diff mbox series

[ovs-dev] NEWS: Move ct_clear support to 2.9.0 section.

Message ID 1516648969-127131-1-git-send-email-jpettit@ovn.org
State Accepted
Headers show
Series [ovs-dev] NEWS: Move ct_clear support to 2.9.0 section. | expand

Commit Message

Justin Pettit Jan. 22, 2018, 7:22 p.m. UTC
This feature was backported to 2.9.0.

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

Comments

Eric Garver Jan. 22, 2018, 7:33 p.m. UTC | #1
On Mon, Jan 22, 2018 at 11:22:49AM -0800, Justin Pettit wrote:
> This feature was backported to 2.9.0.
> 
> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> ---
>  NEWS | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/NEWS b/NEWS
> index e95a3c0a6bf4..d7c83c21ec0a 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,8 +1,6 @@
>  Post-v2.9.0
>  --------------------
> -   - OpenFlow:
> -     * ct_clear action is now backed by kernel datapath. Support is probed for
> -       when OVS starts.
> +
>  
>  v2.9.0 - xx xxx xxxx
>  --------------------
> @@ -31,6 +29,9 @@ v2.9.0 - xx xxx xxxx
>           action 'nd_ns' to resolve unknown next hop MAC addresses for the
>           IPv6 packets.
>       * ovn-ctl: New commands run_nb_ovsdb and run_sb_ovsdb.
> +   - OpenFlow:
> +     * ct_clear action is now backed by kernel datapath. Support is probed for
> +       when OVS starts.
>     - Linux kernel 4.13
>       * Add support for compiling OVS with the latest Linux 4.13 kernel
>     - ovs-dpctl and related ovs-appctl commands:
> -- 
> 2.7.4

Thanks Justin!

Acked-by: Eric Garver <e@erig.me>
Justin Pettit Jan. 22, 2018, 7:36 p.m. UTC | #2
> On Jan 22, 2018, at 11:33 AM, Eric Garver <e@erig.me> wrote:
> 
> Thanks Justin!
> 
> Acked-by: Eric Garver <e@erig.me>

Thanks!  I pushed this to master.

--Justin
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index e95a3c0a6bf4..d7c83c21ec0a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,6 @@ 
 Post-v2.9.0
 --------------------
-   - OpenFlow:
-     * ct_clear action is now backed by kernel datapath. Support is probed for
-       when OVS starts.
+
 
 v2.9.0 - xx xxx xxxx
 --------------------
@@ -31,6 +29,9 @@  v2.9.0 - xx xxx xxxx
          action 'nd_ns' to resolve unknown next hop MAC addresses for the
          IPv6 packets.
      * ovn-ctl: New commands run_nb_ovsdb and run_sb_ovsdb.
+   - OpenFlow:
+     * ct_clear action is now backed by kernel datapath. Support is probed for
+       when OVS starts.
    - Linux kernel 4.13
      * Add support for compiling OVS with the latest Linux 4.13 kernel
    - ovs-dpctl and related ovs-appctl commands: