[ovs-dev] [PATCH 1/6] NEWS: Correct release date of OVN QoS meter support.

Justin Pettit jpettit at ovn.org
Fri Jun 29 19:13:49 UTC 2018


It occured in OVS 2.9.0, not OVS 2.8.0.

Signed-off-by: Justin Pettit <jpettit at ovn.org>
---
 NEWS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index cd15a332c47e..2fcb3c1f86a3 100644
--- a/NEWS
+++ b/NEWS
@@ -23,7 +23,7 @@ Post-v2.9.0
      * Add support for compiling OVS with the latest Linux 4.14 kernel.
      * Added support for meters.
    - ovn:
-     * implemented icmp4/icmp6/tcp_reset actions in order to drop the packet
+     * Implemented icmp4/icmp6/tcp_reset actions in order to drop the packet
        and reply with a RST for TCP or ICMPv4/ICMPv6 unreachable message for
        other IPv4/IPv6-based protocols whenever a reject ACL rule is hit.
      * ACL match conditions can now match on Port_Groups as well as address
@@ -81,6 +81,7 @@ v2.9.0 - 19 Feb 2018
        - Added support to generate Neighbor Solicitation packets using the OVN
          action 'nd_ns' to resolve unknown next hop MAC addresses for the
          IPv6 packets.
+     * Add support for QoS bandwidth limit with DPDK.
      * ovn-ctl: New commands run_nb_ovsdb and run_sb_ovsdb.
      * ovn-sbctl, ovn-nbctl: New options --leader-only, --no-leader-only.
    - OpenFlow:
@@ -175,7 +176,6 @@ v2.8.0 - 31 Aug 2017
        gateway.
      * Add support for ACL logging.
      * ovn-northd now has native support for active-standby high availability.
-     * Add support for QoS bandwidth limt with DPDK.
    - Tracing with ofproto/trace now traces through recirculation.
    - OVSDB:
      * New support for role-based access control (see ovsdb-server(1)).
-- 
2.17.1



More information about the dev mailing list