X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=FAQ;h=810803e6d8ca1dec53e0be5edf233cca275db1c6;hb=b0fb94a346e52f36aeef238dd5f9bef9a10c14ef;hp=7df4e90e9daed0eb36a8d3bdf17103ff8b567159;hpb=85606e05b691be7c2f2d4bcf0e91170b71ec8fbb;p=sliver-openvswitch.git diff --git a/FAQ b/FAQ index 7df4e90e9..810803e6d 100644 --- a/FAQ +++ b/FAQ @@ -146,6 +146,9 @@ A: The following table lists the Linux kernel versions against which the 1.7.x 2.6.18 to 3.3 1.8.x 2.6.18 to 3.4 1.9.x 2.6.18 to 3.8 + 1.10.x 2.6.18 to 3.8 + 1.11.x 2.6.18 to 3.8 + 1.12.x 2.6.18 to 3.9 Open vSwitch userspace should also work with the Linux kernel module built into Linux 3.3 and later. @@ -934,22 +937,26 @@ A: Open vSwitch 1.9 and earlier support only OpenFlow 1.0 (plus extensions that bring in many of the features from later versions of OpenFlow). - Open vSwitch versions 1.10 and later will have experimental support - 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: + Open vSwitch 1.10 and later have experimental support 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 + Open vSwitch version 1.12 and later will have experimental support + for OpenFlow 1.1, 1.2, and 1.3. On these versions of Open vSwitch, + the following command enables OpenFlow 1.0, 1.1, 1.2, and 1.3 on + bridge br0: + + ovs-vsctl set bridge br0 protocols=OpenFlow10,OpenFlow11,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. - - Support for OpenFlow 1.2 and 1.3 is still incomplete. Work to be - done is tracked in OPENFLOW-1.1+ in the Open vSwitch source tree + Support for OpenFlow 1.1, 1.2, and 1.3 is still incomplete. Work + to be done is tracked in OPENFLOW-1.1+ in the Open vSwitch sources (also via http://openvswitch.org/development/openflow-1-x-plan/). When support for a given OpenFlow version is solidly implemented, Open vSwitch will enable that version by default.