From: Yuri Chislov Date: Mon, 24 Nov 2014 10:25:15 +0000 (+0100) Subject: ipv6: gre: fix wrong skb->protocol in WCCP X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~65^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be6572fdb1bfbe23b2624d477de50af50b02f5d6;p=pandora-kernel.git ipv6: gre: fix wrong skb->protocol in WCCP 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed