diff mbox

[ovs-dev,v2] NEWS: Add OVN.

Message ID 1449074231-1015-1-git-send-email-russell@ovn.org
State Accepted
Headers show

Commit Message

Russell Bryant Dec. 2, 2015, 4:37 p.m. UTC
Add OVN to NEWS as a post-2.4.0 feature.

Signed-off-by: Russell Bryant <russell@ovn.org>
---
 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

v1->v2:
 - s/initial/experimental/

Comments

Justin Pettit Dec. 2, 2015, 4:39 p.m. UTC | #1
Thanks for writing it up.

Acked-by: Justin Pettit <jpettit@ovn.org>

--Justin


> On Dec 2, 2015, at 8:37 AM, Russell Bryant <russell@ovn.org> wrote:
> 
> Add OVN to NEWS as a post-2.4.0 feature.
> 
> Signed-off-by: Russell Bryant <russell@ovn.org>
> ---
> NEWS | 4 ++++
> 1 file changed, 4 insertions(+)
> 
> v1->v2:
> - s/initial/experimental/
> 
> diff --git a/NEWS b/NEWS
> index cae265f..dd0295c 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
> -- 
> 2.5.0
>
Ben Pfaff Dec. 2, 2015, 4:39 p.m. UTC | #2
On Wed, Dec 02, 2015 at 11:37:11AM -0500, Russell Bryant wrote:
> Add OVN to NEWS as a post-2.4.0 feature.
> 
> Signed-off-by: Russell Bryant <russell@ovn.org>

I like "experimental" because I think we might still be making
non-backward-compatible schema changes.

Acked-by: Ben Pfaff <blp@ovn.org>
Russell Bryant Dec. 2, 2015, 4:46 p.m. UTC | #3
On 12/02/2015 11:39 AM, Ben Pfaff wrote:
> On Wed, Dec 02, 2015 at 11:37:11AM -0500, Russell Bryant wrote:
>> Add OVN to NEWS as a post-2.4.0 feature.
>>
>> Signed-off-by: Russell Bryant <russell@ovn.org>
> 
> I like "experimental" because I think we might still be making
> non-backward-compatible schema changes.
> 
> Acked-by: Ben Pfaff <blp@ovn.org>

Good point.  I pushed this to master with acks from you and Justin.

Thanks,
diff mbox

Patch

diff --git a/NEWS b/NEWS
index cae265f..dd0295c 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