summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2019-01-17 16:20:20 -0800
committerBen Pfaff <blp@ovn.org>2019-02-05 09:21:19 -0800
commit29718ad49d61e1ab32d23d27225ec7368f1824bb (patch)
treedd742636cf55240b98a1a3e89b1a4f51d3557b37 /Documentation
parenta0baa7dfa4fe257fada82623a9564e334f68ca91 (diff)
downloadopenvswitch-29718ad49d61e1ab32d23d27225ec7368f1824bb.tar.gz
Remove support for OpenFlow 1.6 (draft).
ONF abandoned the OpenFlow specification, so that OpenFlow 1.6 will never be completed. It did not contain much in the way of useful features, so remove what support Open vSwitch already had. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/faq/openflow.rst26
1 files changed, 13 insertions, 13 deletions
diff --git a/Documentation/faq/openflow.rst b/Documentation/faq/openflow.rst
index f722f9e78..4a20255da 100644
--- a/Documentation/faq/openflow.rst
+++ b/Documentation/faq/openflow.rst
@@ -30,17 +30,17 @@ Q: What versions of OpenFlow does Open vSwitch support?
A: The following table lists the versions of OpenFlow supported by each
version of Open vSwitch:
- =============== ===== ===== ===== ===== ===== ===== =====
- Open vSwitch OF1.0 OF1.1 OF1.2 OF1.3 OF1.4 OF1.5 OF1.6
- =============== ===== ===== ===== ===== ===== ===== =====
- 1.9 and earlier yes --- --- --- --- --- ---
- 1.10, 1.11 yes --- (*) (*) --- --- ---
- 2.0, 2.1 yes (*) (*) (*) --- --- ---
- 2.2 yes (*) (*) (*) (%) (*) ---
- 2.3, 2.4 yes yes yes yes (*) (*) ---
- 2.5, 2.6, 2.7 yes yes yes yes (*) (*) (*)
- 2.8 yes yes yes yes yes (*) (*)
- =============== ===== ===== ===== ===== ===== ===== =====
+ =============== ===== ===== ===== ===== ===== =====
+ Open vSwitch OF1.0 OF1.1 OF1.2 OF1.3 OF1.4 OF1.5
+ =============== ===== ===== ===== ===== ===== =====
+ 1.9 and earlier yes --- --- --- --- ---
+ 1.10, 1.11 yes --- (*) (*) --- ---
+ 2.0, 2.1 yes (*) (*) (*) --- ---
+ 2.2 yes (*) (*) (*) (%) (*)
+ 2.3, 2.4 yes yes yes yes (*) (*)
+ 2.5, 2.6, 2.7 yes yes yes yes (*) (*)
+ 2.8 yes yes yes yes yes (*)
+ =============== ===== ===== ===== ===== ===== =====
--- Not supported.
yes Supported and enabled by default
@@ -73,8 +73,8 @@ Q: What versions of OpenFlow does Open vSwitch support?
could cause crashes. We don't recommend enabling it.)
:doc:`/topics/openflow` tracks support for OpenFlow 1.1 and later features.
- When support for OpenFlow 1.5 and 1.6 is solidly implemented, Open vSwitch
- will enable those version by default.
+ When support for OpenFlow 1.5 is solidly implemented, Open vSwitch will
+ enable it by default.
Q: Does Open vSwitch support MPLS?