ovs-vsctl: Add commands for low-level database manipulation.
authorBen Pfaff <blp@nicira.com>
Mon, 25 Jan 2010 18:13:52 +0000 (10:13 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 26 Jan 2010 17:49:30 +0000 (09:49 -0800)
commitad83bfa65881712c3d9bc22e7430ddbc6c7bcaba
tree0860830b1f287cc0f9709b82464b691ea038a3ff
parent0194f33a6c734f0ff946fad9fb6b059b29ebf13e
ovs-vsctl: Add commands for low-level database manipulation.

The new "get", "list", "set", and "add" commands provide lower-level
access to the vswitch database than the other ovs-vsctl commands, but they
are more convenient than using ovsdb-client directly.

This commit deserves several enhancements, but users are clamoring for
some kind of interface, so this is a starting point.
utilities/ovs-vsctl.8.in
utilities/ovs-vsctl.c