ovs-vsctl: Support identifying Flow_Sample_Collector_Set records by id.
authorBen Pfaff <blp@ovn.org>
Fri, 10 Jun 2016 22:19:03 +0000 (15:19 -0700)
committerBen Pfaff <blp@ovn.org>
Mon, 13 Jun 2016 21:47:25 +0000 (14:47 -0700)
commit4ba9c6bf4775d49732990f649e027733c832bb6a
tree0caf16129c018230c211a5e3ddbc752fa141f4b3
parent77ee67e42dd730be7a1e3502d4f54a3f1ad17e73
ovs-vsctl: Support identifying Flow_Sample_Collector_Set records by id.

This allows commands like
    ovs-vsctl list Flow_Sample_Collector_Set 123
if there's a record with id 123.  It's not perfect, since there can be
more than one record with the same id, but it's helpful.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Andy Zhou <azhou@ovn.org>
lib/db-ctl-base.c
utilities/ovs-vsctl.c