ovs-vsctl: Add "--real" and "--fake" options to "list-br".
authorJustin Pettit <jpettit@nicira.com>
Sat, 1 Dec 2012 02:50:18 +0000 (18:50 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sun, 2 Dec 2012 00:47:56 +0000 (16:47 -0800)
commit515d830a06869536ccc9c70bfdf8c631ba774999
tree7de05e4c681faabbb3c0a85aaf6520a13bf572da
parentf0992bedf1f0d01667067cab4c25cefbdb6ad9d6
ovs-vsctl: Add "--real" and "--fake" options to "list-br".

By default, "ovs-vsctl list-br" returns all bridges, real or fake.  This
commit adds "--real" and "--fake" options that limit the output to only
bridges of that type.  This will be useful in a future commit that needs
to perform actions only on bridges of a particular type.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
tests/ovs-vsctl.at
utilities/ovs-vsctl.8.in
utilities/ovs-vsctl.c