summaryrefslogtreecommitdiff
path: root/utilities/ovs-vsctl.8.in
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2012-11-30 18:50:18 -0800
committerJustin Pettit <jpettit@nicira.com>2012-12-01 16:47:56 -0800
commit515d830a06869536ccc9c70bfdf8c631ba774999 (patch)
tree7de05e4c681faabbb3c0a85aaf6520a13bf572da /utilities/ovs-vsctl.8.in
parentf0992bedf1f0d01667067cab4c25cefbdb6ad9d6 (diff)
downloadopenvswitch-515d830a06869536ccc9c70bfdf8c631ba774999.tar.gz
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>
Diffstat (limited to 'utilities/ovs-vsctl.8.in')
-rw-r--r--utilities/ovs-vsctl.8.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in
index 1b80d050d..79269db76 100644
--- a/utilities/ovs-vsctl.8.in
+++ b/utilities/ovs-vsctl.8.in
@@ -195,9 +195,10 @@ Without \fB\-\-if\-exists\fR, attempting to delete a bridge that does
not exist is an error. With \fB\-\-if\-exists\fR, attempting to
delete a bridge that does not exist has no effect.
.
-.IP "\fBlist\-br\fR"
+.IP "[\fB\-\-real\fR|\fB\-\-fake\fR] \fBlist\-br\fR"
Lists all existing real and fake bridges on standard output, one per
-line.
+line. With \fB\-\-real\fR or \fB\-\-fake\fR, only bridges of that type
+are returned.
.
.IP "\fBbr\-exists \fIbridge\fR"
Tests whether \fIbridge\fR exists as a real or fake bridge. If so,