diff mbox series

[ovs-dev] NEWS: Mark NSH support as experimental in 2.8.

Message ID 20170829175011.4845-1-blp@ovn.org
State Accepted
Headers show
Series [ovs-dev] NEWS: Mark NSH support as experimental in 2.8. | expand

Commit Message

Ben Pfaff Aug. 29, 2017, 5:50 p.m. UTC
This feature landed late in 2.8 and the NSH wire protocol itself is not
completely stable.

CC: Jiri Benc <jbenc@redhat.com>
CC: Flavio Leitner <fbl@sysclose.org>
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jiri Benc Aug. 29, 2017, 6:12 p.m. UTC | #1
On Tue, 29 Aug 2017 10:50:11 -0700, Ben Pfaff wrote:
> This feature landed late in 2.8 and the NSH wire protocol itself is not
> completely stable.

Acked-by: Jiri Benc <jbenc@redhat.com>
Flavio Leitner Aug. 29, 2017, 6:30 p.m. UTC | #2
On Tue, 29 Aug 2017 10:50:11 -0700
Ben Pfaff <blp@ovn.org> wrote:

> This feature landed late in 2.8 and the NSH wire protocol itself is not
> completely stable.
> 
> CC: Jiri Benc <jbenc@redhat.com>
> CC: Flavio Leitner <fbl@sysclose.org>
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---
>  NEWS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/NEWS b/NEWS
> index cbcfd8ed2525..5d32566aca97 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -37,7 +37,7 @@ v2.8.0 - xx xxx xxxx
>     - 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.
> +     * Experimental NSH (Network Service Header) support in userspace datapath.
>     - OVN:
>       * New built-in DNS support.
>       * IPAM for IPv4 can now exclude user-defined addresses from assignment.

Acked-by: Flavio Leitner <fbl@sysclose.org>
Ben Pfaff Aug. 31, 2017, 4:20 p.m. UTC | #3
On Tue, Aug 29, 2017 at 08:12:38PM +0200, Jiri Benc wrote:
> On Tue, 29 Aug 2017 10:50:11 -0700, Ben Pfaff wrote:
> > This feature landed late in 2.8 and the NSH wire protocol itself is not
> > completely stable.
> 
> Acked-by: Jiri Benc <jbenc@redhat.com>

Thanks Jiri and Flavio.  I applied this to master and branch-2.8.
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index cbcfd8ed2525..5d32566aca97 100644
--- a/NEWS
+++ b/NEWS
@@ -37,7 +37,7 @@  v2.8.0 - xx xxx xxxx
    - 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.
+     * Experimental NSH (Network Service Header) support in userspace datapath.
    - OVN:
      * New built-in DNS support.
      * IPAM for IPv4 can now exclude user-defined addresses from assignment.