diff options
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2020-02-04 17:00:27 +0100 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2020-02-06 13:27:30 +0100 |
commit | f1ed10264ed6b66b9cd5e8461cffce69be482356 (patch) | |
tree | ecfa75eb27f6234e38ab89c5d757b860bb2a189c /net/ipv4/Kconfig | |
parent | 03891f820c2117b19e80b370281eb924a09cf79f (diff) | |
download | linux-f1ed10264ed6b66b9cd5e8461cffce69be482356.tar.bz2 |
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>
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r-- | net/ipv4/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index f96bd489b362..6490b845e17b 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -303,6 +303,7 @@ config SYN_COOKIES config NET_IPVTI tristate "Virtual (secure) IP: tunneling" + depends on IPV6 || IPV6=n select INET_TUNNEL select NET_IP_TUNNEL select XFRM |