OSDN Git Service

vti[6]: fix packet tx through bpf_redirect() in XinY cases
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Tue, 4 Feb 2020 16:00:27 +0000 (17:00 +0100)
committerSteffen Klassert <steffen.klassert@secunet.com>
Thu, 6 Feb 2020 12:27:30 +0000 (13:27 +0100)
commitf1ed10264ed6b66b9cd5e8461cffce69be482356
treeecfa75eb27f6234e38ab89c5d757b860bb2a189c
parent03891f820c2117b19e80b370281eb924a09cf79f
vti[6]: fix packet tx through bpf_redirect() in XinY cases

I forgot the 4in6/6in4 cases in my previous patch. Let's fix them.

Fixes: 95224166a903 ("vti[6]: fix packet tx through bpf_redirect()")
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/ipv4/Kconfig
net/ipv4/ip_vti.c
net/ipv6/ip6_vti.c