ovs-vsctl: Make partial matches on record names optional.
authorBen Pfaff <blp@nicira.com>
Thu, 24 Jun 2010 18:16:03 +0000 (11:16 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 29 Jun 2010 16:33:13 +0000 (09:33 -0700)
commit53de028597806812cc2dc69a8f77bcc9bb1f9601
tree826e67e77d79a43558c4b2ce97d72aba8b683fe6
parente89e5374bebd6ae00098ce40511a36daa09fc77e
ovs-vsctl: Make partial matches on record names optional.

The wait-until command to be added to ovs-vsctl in an upcoming commit
doesn't really want to wait for partial matches: if I'm waiting for br1
to be created I really don't want to be fooled by br10.  So this commit
adds infrastructure to avoid such partial matches.
utilities/ovs-vsctl.c