From patchwork Mon Jan 22 19:22:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Pettit X-Patchwork-Id: 864361 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zQLvL50vXz9s7M for ; Tue, 23 Jan 2018 06:23:42 +1100 (AEDT) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 07598104C; Mon, 22 Jan 2018 19:23:41 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id CE22AF9A for ; Mon, 22 Jan 2018 19:23:39 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 46296FC for ; Mon, 22 Jan 2018 19:23:39 +0000 (UTC) X-Originating-IP: 208.91.3.26 Received: from localhost.localdomain (unknown [208.91.3.26]) (Authenticated sender: jpettit@ovn.org) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 72071C5A54 for ; Mon, 22 Jan 2018 20:23:37 +0100 (CET) From: Justin Pettit To: dev@openvswitch.org Date: Mon, 22 Jan 2018 11:22:49 -0800 Message-Id: <1516648969-127131-1-git-send-email-jpettit@ovn.org> X-Mailer: git-send-email 2.7.4 X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH] NEWS: Move ct_clear support to 2.9.0 section. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org This feature was backported to 2.9.0. Signed-off-by: Justin Pettit Acked-by: Eric Garver --- 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: