From bb8a54f31a1ec9d344c2d0389519bd57660974ff Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Sun, 6 Jan 2013 20:58:28 -0800 Subject: [PATCH] ovs-vsctl.8: Add an example to configure openflow version. Signed-off-by: Isaku Yamahata Signed-off-by: Ben Pfaff --- utilities/ovs-vsctl.8.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in index e19340f37..30baafd74 100644 --- 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. -- 2.47.0