From a2e61be651374ec7664dd043a004272e4a2c81cc Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 2 Dec 2015 10:16:26 -0500 Subject: [PATCH] NEWS: Add OVN. Add OVN to NEWS as a post-2.4.0 feature. Signed-off-by: Russell Bryant Acked-by: Justin Pettit Acked-by: Ben Pfaff --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index cae265fec..dd0295cb2 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,10 @@ Post-v2.4.0 - Add support for connection tracking through the new "ct" action and "ct_state"/"ct_zone"/"ct_mark"/"ct_label" match fields. Only available on Linux kernels with the connection tracking module loaded. + - Add experimental version of OVN. OVN, the Open Virtual Network, is a + system to support virtual network abstraction. OVN complements the + existing capabilities of OVS to add native support for virtual network + abstractions, such as virtual L2 and L3 overlays and security groups. v2.4.0 - 20 Aug 2015