>From the FAQ:
http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=FAQ;hb=HEAD
Q: What versions of OpenFlow does Open vSwitch support?
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 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, 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.
On 14 November 2013 23:06, LIU, Kun <[email protected]> wrote:
> Hi, I am trying some OpenFlow related experiments with Open vSwitch 1.9.3,
> and I want to know what version of OpenFlow does Open vSwitch 1.9.3 support?
> Is there any can tell me ?
>
> Besides, if I want to develop on the version of OpenFlow 1.3, which version
> of Open vSwitch should I use ? thanks~
>
>
>
>
>
>
>
> Sincerely
>
> Kun
>
>
>
>
> _______________________________________________
> discuss mailing list
> [email protected]
> http://openvswitch.org/mailman/listinfo/discuss
>
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss