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:49:45 +0000 (16:49 -0800)
commit110d0a0499c8921370985ddf07e529fd648ebd45
treeecd5e854f01cbc5f950547d1791f8c60defca486
parentbbb17e3360103cc0dee9e1c4677ae696470254ff
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