diff mbox series

[ovs-dev,v6,4/4] NEWS: Add CoPP support.

Message ID ec75a6fb8b10d1e8ef209910d4b53b5ebe254713.1625762235.git.lorenzo.bianconi@redhat.com
State Superseded
Headers show
Series respin CoPP series | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success

Commit Message

Lorenzo Bianconi July 8, 2021, 4:40 p.m. UTC
From: Dumitru Ceara <dceara@redhat.com>

Acked-by: Mark D. Gray <mark.d.gray@redhat.com>
Co-authored-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
---
 NEWS | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index e77989208..7b801fcd5 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,7 @@  OVN v21.06.0 - 18 Jun 2021
     * ovn-sbctl now also supports daemon mode.
   - Added support in native DNS to respond to PTR request types.
   - New --dry-run option for ovn-northd and ovn-northd-ddlog.
+  - Added Control Plane Protection support (control plane traffic metering).
 
 OVN v21.03.0 - 12 Mar 2021
 -------------------------