From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.us.es ([193.147.175.20]:47392 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751957AbeBYTrc (ORCPT ); Sun, 25 Feb 2018 14:47:32 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 1334B1A098C for ; Sun, 25 Feb 2018 20:47:31 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 0427CDA727 for ; Sun, 25 Feb 2018 20:47:31 +0100 (CET) Date: Sun, 25 Feb 2018 20:47:28 +0100 From: Pablo Neira Ayuso To: Eric Dumazet Cc: Florian Westphal , netdev Subject: Re: [PATCH] netfilter: use skb_to_full_sk in ip6_route_me_harder Message-ID: <20180225194728.tdbeft5l5vocybvj@salvia> References: <1519587819.3258.2.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1519587819.3258.2.camel@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Sun, Feb 25, 2018 at 11:43:39AM -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, thanks Eric.