[ovs-dev] [PATCH] FAQ: Describe how to use ovs-ofctl with OpenFlow 1.1+.

Ben Pfaff blp at nicira.com
Thu Jun 20 22:16:15 UTC 2013


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 FAQ |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/FAQ b/FAQ
index 1f0f841..7df4e90 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.
 
-- 
1.7.2.5




More information about the dev mailing list