]> git.proxmox.com Git - ovs.git/blobdiff - NEWS
dpif-netdev: Add ovs-appctl dpif-netdev/pmd-rxq-rebalance.
[ovs.git] / NEWS
diff --git a/NEWS b/NEWS
index 4df823dee3999dc1a7b180994157c95037a53c7d..cbcfd8ed2525de2ec6dc2d95afc2fd3e3416b5a4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,8 @@ v2.8.0 - xx xxx xxxx
      abbreviated to 4 hex digits.
    - 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.
@@ -72,8 +74,17 @@ 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/
+     * Conntrack state is only available to the processing path that
+       follows the "recirc_table" argument of the ct() action.  Starting
+       in OVS 2.8, this state is now cleared for the current processing
+       path whenever ct() is called.
    - Fedora Packaging:
      * OVN services are no longer restarted automatically after upgrade.
+     * ovs-vswitchd and ovsdb-server run as non-root users by default.
    - Add --cleanup option to command 'ovs-appctl exit' (see ovs-vswitchd(8)).
    - L3 tunneling:
      * Use new tunnel port option "packet_type" to configure L2 vs. L3.