ovs-vsctl: Add --columns options to "list" command.
authorBen Pfaff <blp@nicira.com>
Tue, 8 Feb 2011 18:27:35 +0000 (10:27 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 9 Feb 2011 00:01:28 +0000 (16:01 -0800)
commit9591fefeea4b475ee0d1387486a410bbb592b050
tree3afed33b724fa236597e013eeb641af66af43cfb
parentf158c54a9830e6aef4f1e5a918da5860d2254616
ovs-vsctl: Add --columns options to "list" command.

This allows the user to list just selected columns from a table,
for example just the "name" column.

This will become more useful as additional formatting options
are added in upcoming commits.
tests/ovs-vsctl.at
utilities/ovs-vsctl.8.in
utilities/ovs-vsctl.c