From: Ben Pfaff Date: Thu, 20 Jun 2013 22:15:40 +0000 (-0700) Subject: FAQ: Describe how to use ovs-ofctl with OpenFlow 1.1+. X-Git-Tag: sliver-openvswitch-1.10.90-3~6^2~80 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=ac12b4cb480a1295b9628d87e7414e85e32c668d FAQ: Describe how to use ovs-ofctl with OpenFlow 1.1+. Signed-off-by: Ben Pfaff --- diff --git a/FAQ b/FAQ index 1f0f8414c..7df4e90e9 100644 --- a/FAQ +++ b/FAQ @@ -940,6 +940,11 @@ A: Open vSwitch 1.9 and earlier support only OpenFlow 1.0 (plus ovs-vsctl set bridge br0 protocols=OpenFlow10,OpenFlow12,OpenFlow13 + Use the -O option to enable support for later versions of OpenFlow + in ovs-ofctl. For example: + + ovs-ofctl -O OpenFlow13 dump-flows br0 + Support for OpenFlow 1.1 is incomplete enough that it cannot yet be enabled, even experimentally.