From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH nf-next v7 5/7] openvswitch: Handle NF_REPEAT in conntrack action. Date: Thu, 18 Feb 2016 14:09:19 +0100 Message-ID: <20160218130919.GC2296@salvia> References: <1454722865-59558-1-git-send-email-jarno@ovn.org> <1454722865-59558-6-git-send-email-jarno@ovn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jarno Rajahalme , netfilter-devel@vger.kernel.org, netdev , ovs dev To: Joe Stringer Return-path: Received: from mail.us.es ([193.147.175.20]:52808 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756749AbcBRNJZ (ORCPT ); Thu, 18 Feb 2016 08:09:25 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 805EF3066A8 for ; Thu, 18 Feb 2016 14:09:24 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 6AE83DA39D for ; Thu, 18 Feb 2016 14:09:24 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 34BE1DA392 for ; Thu, 18 Feb 2016 14:09:22 +0100 (CET) Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Feb 17, 2016 at 02:06:54PM -0800, Joe Stringer wrote: > On 5 February 2016 at 17:41, Jarno Rajahalme wrote: > > Repeat the nf_conntrack_in() call when it returns NF_REPEAT. This > > avoids dropping a SYN packet re-opening an existing TCP connection. > > > > Signed-off-by: Jarno Rajahalme > > Arguably this is a bugfix. > > Acked-by: Joe Stringer You can target this to the nf tree anytime if you want to see this fix in mainline.