[PATCH] ovs-vsctl.8: an example to configure openflow version

Isaku Yamahata yamahata at valinux.co.jp
Mon Jan 7 03:39:25 UTC 2013


Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp>
---
 utilities/ovs-vsctl.8.in |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in
index e19340f..3886920 100644
--- a/utilities/ovs-vsctl.8.in
+++ b/utilities/ovs-vsctl.8.in
@@ -911,6 +911,12 @@ Deconfigure STP from above:
 .IP
 .B "ovs\-vsctl clear Bridge br0 stp_enable"
 .PP
+.SS "OpenFlow Version"
+.PP
+Configure bridge br0 to use openflow version of 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.
-- 
1.7.10.4



-- 
yamahata


More information about the discuss mailing list