diff mbox

[ovs-dev] Add NSH support information in NEWS

Message ID 1502134412-61498-1-git-send-email-yi.y.yang@intel.com
State Accepted
Headers show

Commit Message

Yang, Yi Aug. 7, 2017, 7:33 p.m. UTC
Signed-off-by: Yi Yang <yi.y.yang@intel.com>
---
 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Ben Pfaff Aug. 7, 2017, 10:52 p.m. UTC | #1
On Tue, Aug 08, 2017 at 03:33:32AM +0800, Yi Yang wrote:
> Signed-off-by: Yi Yang <yi.y.yang@intel.com>

Thanks!  Applied to master and branch-2.8.
diff mbox

Patch

diff --git a/NEWS b/NEWS
index 7fe5aa7..5868b1c 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,7 @@  v2.8.0 - xx xxx xxxx
    - Userspace Datapath:
      * Added NAT support for userspace datapath.
      * Added FTP and TFTP support with NAT for userspace datapath.
+     * Added NSH (Network Service Header) support for userspace datapath.
    - OVN:
      * New built-in DNS support.
      * IPAM for IPv4 can now exclude user-defined addresses from assignment.
@@ -73,6 +74,10 @@  v2.8.0 - xx xxx xxxx
        pipeline (PTAP).
      * Added generic encap and decap actions (EXT-382).
        First supported use case is encap/decap for Ethernet.
+     * Added NSH (Network Service Header) support in userspace
+       Used generic encap and decap actions to implement encapsulation and
+       decapsulation of NSH header.
+       IETF NSH draft - https://datatracker.ietf.org/doc/draft-ietf-sfc-nsh/
    - Fedora Packaging:
      * OVN services are no longer restarted automatically after upgrade.
    - Add --cleanup option to command 'ovs-appctl exit' (see ovs-vswitchd(8)).