OpenFlow version strings in the database are case sensitive.
Reported-by: Markus Linnakangas <[email protected]>
Signed-off-by: Jarno Rajahalme <[email protected]>
---
FAQ | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/FAQ b/FAQ
index 6d43e72..7488112 100644
--- a/FAQ
+++ b/FAQ
@@ -845,7 +845,7 @@ A: Open vSwitch 1.9 and earlier support only OpenFlow 1.0
(plus
for OpenFlow 1.2 and 1.3. On these versions of Open vSwitch, the
following command enables OpenFlow 1.0, 1.2, and 1.3 on bridge br0:
- ovs-vsctl set bridge br0 protocols=openflow10,openflow12,openflow13
+ ovs-vsctl set bridge br0 protocols=OpenFlow10,OpenFlow12,OpenFlow13
Support for OpenFlow 1.1 is incomplete enough that it cannot yet be
enabled, even experimentally.
--
1.7.10.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev