From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.us.es ([193.147.175.20]:48270 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751638AbeBYTvg (ORCPT ); Sun, 25 Feb 2018 14:51:36 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id A69071A098A for ; Sun, 25 Feb 2018 20:51:35 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 95B9FDA789 for ; Sun, 25 Feb 2018 20:51:35 +0100 (CET) Date: Sun, 25 Feb 2018 20:51:33 +0100 From: Pablo Neira Ayuso To: Eric Dumazet Cc: Florian Westphal , netdev Subject: Re: [PATCH v2] netfilter: use skb_to_full_sk in ip6_route_me_harder Message-ID: <20180225195133.drqi7yrqclwiw4ud@salvia> References: <1519587819.3258.2.camel@gmail.com> <1519588147.3258.5.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1519588147.3258.5.camel@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Sun, Feb 25, 2018 at 11:49:07AM -0800, Eric Dumazet wrote: > From: Eric Dumazet > > For some reason, Florian forgot to apply to ip6_route_me_harder > the fix that went in commit 29e09229d9f2 ("netfilter: use > skb_to_full_sk in ip_route_me_harder") Applied this one, thanks Eric.