From 29718ad49d61e1ab32d23d27225ec7368f1824bb Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 17 Jan 2019 16:20:20 -0800 Subject: 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 Acked-by: Justin Pettit --- Documentation/faq/openflow.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'Documentation') 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? -- cgit v1.2.1