FAQ: Describe how to use ovs-ofctl with OpenFlow 1.1+.
authorBen Pfaff <blp@nicira.com>
Thu, 20 Jun 2013 22:15:40 +0000 (15:15 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 20 Jun 2013 22:53:46 +0000 (15:53 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
FAQ

diff --git a/FAQ b/FAQ
index 1f0f841..7df4e90 100644 (file)
--- 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.