ovs-vsctl: Prepare for more flexible database argument parsing.
authorBen Pfaff <blp@nicira.com>
Tue, 29 Jun 2010 00:20:15 +0000 (17:20 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 29 Jun 2010 16:33:13 +0000 (09:33 -0700)
commite89e5374bebd6ae00098ce40511a36daa09fc77e
tree49cd06d4199658ab93846b09f5dd836493b28526
parent87b23a01ed618392a14538db136fb06e00f4bdbf
ovs-vsctl: Prepare for more flexible database argument parsing.

The wait-until command to be added in an upcoming commit needs to support
!=, <, >, <=, and >= operators in addition to =, so this commit adds that
infrastructure.
lib/ovsdb-data.c
tests/ovs-vsctl.at
utilities/ovs-vsctl.c