From 12eadc32cda7946c34424750c47bf25186c45608 Mon Sep 17 00:00:00 2001 From: Jarno Rajahalme Date: Thu, 28 Mar 2013 15:53:40 +0200 Subject: [PATCH] FAQ: Fix spelling of OpenFlow versions in example. OpenFlow version strings in the database are case sensitive. Reported-by: Markus Linnakangas Signed-off-by: Jarno Rajahalme Signed-off-by: Ben Pfaff --- FAQ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ b/FAQ index 6d43e7263..7488112c5 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. -- 2.43.0