From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] ipv6: gre: fix wrong skb->protocol in WCCP Date: Mon, 24 Nov 2014 16:11:27 -0500 (EST) Message-ID: <20141124.161127.70670502752718043.davem@davemloft.net> References: <1416824715-28733-1-git-send-email-dborkman@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: hannes@stressinduktion.org, netdev@vger.kernel.org, yuri.chislov@gmail.com, xeb@mail.ru To: dborkman@redhat.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:53712 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750729AbaKXVL3 (ORCPT ); Mon, 24 Nov 2014 16:11:29 -0500 In-Reply-To: <1416824715-28733-1-git-send-email-dborkman@redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Daniel Borkmann Date: Mon, 24 Nov 2014 11:25:15 +0100 > From: Yuri Chislov > > When using GRE redirection in WCCP, it sets the wrong skb->protocol, > that is, ETH_P_IP instead of ETH_P_IPV6 for the encapuslated traffic. > > Fixes: c12b395a4664 ("gre: Support GRE over IPv6") > Cc: Dmitry Kozlov > Signed-off-by: Yuri Chislov > Tested-by: Yuri Chislov > Signed-off-by: Daniel Borkmann > --- > Also checked back with Dmitry, it was a copy-paste error from the > IPv4 implementation. Good catch, applied, thanks Faniel.