git://git.onelab.eu
/
sliver-openvswitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77465eb
)
ovs-vsctl.8: Add an example to configure openflow version.
author
Isaku Yamahata
<yamahata@valinux.co.jp>
Mon, 7 Jan 2013 04:58:28 +0000
(20:58 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Mon, 7 Jan 2013 04:58:45 +0000
(20:58 -0800)
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-vsctl.8.in
patch
|
blob
|
history
diff --git
a/utilities/ovs-vsctl.8.in
b/utilities/ovs-vsctl.8.in
index
e19340f
..
30baafd
100644
(file)
--- a/
utilities/ovs-vsctl.8.in
+++ b/
utilities/ovs-vsctl.8.in
@@
-911,6
+911,13
@@
Deconfigure STP from above:
.IP
.B "ovs\-vsctl clear Bridge br0 stp_enable"
.PP
+.SS "OpenFlow Version"
+.PP
+Configure bridge \fBbr0\fR to support OpenFlow versions 1.0, 1.2, and
+1.3:
+.IP
+.B "ovs\-vsctl set bridge br0 protocols=openflow10,openflow12,openflow13"
+.
.SH "EXIT STATUS"
.IP "0"
Successful program execution.