From: David Baugher Date: Wed, 27 May 2020 21:39:05 +0000 (-0700) Subject: Add hyperlinks to the issues. Made some formatting changes X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=275167c4b0310149fc9c64cca81da63d09cf38f1;p=docs.git Add hyperlinks to the issues. Made some formatting changes Signed-off-by: David Baugher Change-Id: I887dd54106038e263b6c9c977c1fa5fb9f9bdb8a --- diff --git a/docs/release-notes/projects/openflowplugin.rst b/docs/release-notes/projects/openflowplugin.rst index 3d0627763..d725d8a9c 100644 --- a/docs/release-notes/projects/openflowplugin.rst +++ b/docs/release-notes/projects/openflowplugin.rst @@ -7,42 +7,53 @@ Overview The OpenFlow Plugin project provides the following functionality: -* OpenFlow 1.0/1.3 Implementation Project provides the implementation of the +* **OpenFlow 1.0/1.3 implementation project**: This provides the implementation of the OpenFlow 1.0 and OpenFlow 1.3 specification. -* ONF Approved extensions Project provides the implementation of following ONF +* **ONF Approved Extensions Project**: This provides the implementation of following ONF OpenFlow 1.4 feature, which is approved as extensions for the OpenFlow 1.3 - specification. -* OpenFlow 1.4 Bundle Feature: + specification: - * Nicira Extensions Project provides the implementation of the Nicira Extensions. + * **Nicira Extensions Project**: This provides the implementation of the Nicira extensions. Some of the important extensions implemented are **Connection Tracking Extension** and **Group Add-Mod Extension** -* OpenFlow-Based Applications Project provides the following applications that user can +* **OpenFlow-Based Applications Project**: This provides the following applications that user can leverage out-of-the-box in developing their application or as a direct end consumer: - * Forwarding Rules Manager: Application provides functionality to add/remove/update - flow/groups/meters. - * LLDP Speaker: Application sends periodic LLDP packet out on each OpenFlow switch - port for link discovery. - * Topology LLDP Discovery: Application intercept the LLDP packets and discover the - link information. - * Topology Manager: Application receives the discovered links information from - Topology LLDP Discovery application and stores in the topology yang model datastore. - * Reconciliation Framework: Framework that exposes the APIs that consumer application - (in-controller) can leverage to participate in the switch reconciliation process in - the event of switch connection/reconnection. - * Arbitrator Reconciliation: Application exposes the APIs that consumer application - or direct user can leverage to trigger the device configuration reconciliation. - * OpenFlow Java Library Project provides the OpenFlow Java Library that converts - the data based on OpenFlow plugin data models to the OpenFlow java models before - sending it down the wire to the device. - * Reconciliation of states using Openflow 1.4 Bundles + .. list-table:: OpenFlow-Based Applications + :widths: 15 55 + :header-rows: 1 + + * - **Application** + - **Description** + + * - **Forwarding Rules Manager** + - Application provides functionality to add/remove/update flow/groups/meters. + * - **LLDP Speaker** + - Application sends periodic LLDP packet out on each OpenFlow switch port for link discovery. + * - **Topology LLDP Discovery** + - Application intercept the LLDP packets and discover the link information. + * - **Topology Manager** + - Application receives the discovered links information from Topology LLDP + Discovery application and stores in the topology yang model datastore. + * - **Reconciliation Framework** + - Framework that exposes the APIs that consumer application (in-controller) can + leverage to participate in the switch reconciliation process in the event of + switch connection/reconnection. + * - **Arbitrator Reconciliation** + - Application exposes the APIs that consumer application or direct user can + leverage to trigger the device configuration reconciliation. + * - **OpenFlow Java Library Project** + - Provides the OpenFlow Java Library that converts the data based on OpenFlow + plugin data models to the OpenFlow java models before sending it down the + wire to the device. + * - **Reconciliation** + - Reconciles the state using Openflow 1.4 bundles. New and Modified Features ========================= -This release does not modify any existing features. +There were no new or modified features in this release. Deprecated Features =================== @@ -53,35 +64,35 @@ Bugs Fixed The following table lists the resolved issues fixed this release. -.. list-table:: +.. list-table:: Bugs Fixed :widths: 15 55 :header-rows: 1 - * - **Key** + * - **Issue ID** - **Summary** - * - OPNFLWPLUG-1074 + * - `OPNFLWPLUG-1074 `_ - table stats not available after a switch flap - * - OPNFLWPLUG-1075 + * - `OPNFLWPLUG-1075 `_ - Group tx-chain closed by port event thread - * - OPNFLWPLUG-1077 + * - `OPNFLWPLUG-1077 `_ - Bundle resync is not able to push groups to switch - * - OPNFLWPLUG-1078 + * - `OPNFLWPLUG-1078 `_ - Notify device TLS authentication failure messages - * - OPNFLWPLUG-1083 + * - `OPNFLWPLUG-1083 `_ - Stats frozen after applying 2 sec delay in OF channel - * - OPNFLWPLUG-1085 + * - `OPNFLWPLUG-1085 `_ - switch-idle-timeout does not work - * - OPNFLWPLUG-1086 + * - `OPNFLWPLUG-1086 `_ - Reconciliation framework failure when starting cbench tool for the first time Known Issues ------------ -No Known issues in this release. +There were no known issues in this release.