]> git.proxmox.com Git - ovs.git/commitdiff
Add NSH support information in NEWS
authorYi Yang <yi.y.yang@intel.com>
Mon, 7 Aug 2017 19:33:32 +0000 (03:33 +0800)
committerBen Pfaff <blp@ovn.org>
Mon, 7 Aug 2017 22:52:23 +0000 (15:52 -0700)
Signed-off-by: Yi Yang <yi.y.yang@intel.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
NEWS

diff --git a/NEWS b/NEWS
index 30132f77bfa502c82e96f90267c3dfceff4de559..8f7123d8485b20ec09953282fef7d522720397d2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,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.
@@ -69,6 +70,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)).