ovs-vsctl: Add formatting options for the "list" and "find" commands.
authorBen Pfaff <blp@nicira.com>
Wed, 9 Feb 2011 00:10:34 +0000 (16:10 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 9 Feb 2011 00:10:34 +0000 (16:10 -0800)
commite051b42c418e0c0e6627ae78d2e86d2d8b24cfb2
tree40ccdbd7840532edda492215c7836eced31279b4
parentc6a4125250b97d41d18dbeeea13043a86e9b8f55
ovs-vsctl: Add formatting options for the "list" and "find" commands.

The default format is the same as before (which the testsuite verifies).
The most important use for the new formatting options is --bare, which
outputs a format that is easy to parse from a shell script.  An upcoming
patch will start using that.
lib/table.man
utilities/ovs-vsctl.8.in
utilities/ovs-vsctl.c