Skip to content

Commit

Permalink
Documentation: Update documentation for OpenFlow support.
Browse files Browse the repository at this point in the history
The commits that implemented these features forgot to update the
documentation.

Acked-by: Yi-Hung Wei <yihung.wei@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
blp committed Apr 24, 2019
1 parent 5406e55 commit bcbc526
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions Documentation/topics/openflow.rst
Expand Up @@ -90,12 +90,6 @@ following additional work. (This is based on the change log at the end of the
OF1.3 spec, reusing most of the section titles directly. I didn't compare the
specs carefully yet.)

* Add support for multipart requests.

Currently we always report ``OFPBRC_MULTIPART_BUFFER_OVERFLOW``.

(optional for OF1.3+)

* IPv6 extension header handling support.

Fully implementing this requires kernel support. This likely will take some
Expand Down Expand Up @@ -195,17 +189,6 @@ OpenFlow 1.4 only
Those features are those only available in OpenFlow 1.4, other OpenFlow 1.4
features are listed in the previous section.

* More extensible wire protocol

Many on-wire structures got TLVs.

All required features are now supported.
Remaining optional: table desc, table-status

(EXT-262)

(required for OF1.4+)

* Optical port properties

(EXT-154)
Expand Down Expand Up @@ -237,21 +220,14 @@ OpenFlow 1.5 only
-----------------

Those features are those only available in OpenFlow 1.5, other OpenFlow 1.5
features are listed in the previous section. Note that this list is not
definitive as OpenFlow 1.5 is not yet published.
features are listed in the previous section.

* Egress Tables

(EXT-306)

(optional for OF1.5+)

* Extensible Flow Entry Statistics

(EXT-334)

(required for OF1.5+)

* Flow Entry Statistics Trigger

(EXT-335)
Expand Down

0 comments on commit bcbc526

Please sign in to comment.