Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit be6572fd authored by Yuri Chislov's avatar Yuri Chislov Committed by David S. Miller
Browse files

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: c12b395a

 ("gre: Support GRE over IPv6")
Cc: Dmitry Kozlov <xeb@mail.ru>
Signed-off-by: default avatarYuri Chislov <yuri.chislov@gmail.com>
Tested-by: default avatarYuri Chislov <yuri.chislov@gmail.com>
Signed-off-by: default avatarDaniel Borkmann <dborkman@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 20ea60ca
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment