From: Jarno Rajahalme Date: Thu, 28 Mar 2013 13:53:40 +0000 (+0200) Subject: FAQ: Fix spelling of OpenFlow versions in example. X-Git-Tag: sliver-openvswitch-1.10.90-1~10^2~23 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=12eadc32cda7946c34424750c47bf25186c45608 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 --- 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.