Skip to content
Snippets Groups Projects
Commit 876fc03a authored by Steffen Klassert's avatar Steffen Klassert
Browse files

ip6_vti: Fix build when NET_IP_TUNNEL is not set.


Since commit 469bdcef ip6_vti uses ip_tunnel_get_stats64(),
so we need to select NET_IP_TUNNEL to have this function available.

Fixes: 469bdcef ("ipv6: fix the use of pcpu_tstats in ip6_vti.c")
Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
parent 960dfc4e
No related branches found
No related tags found
No related merge requests found
...@@ -138,6 +138,7 @@ config INET6_XFRM_MODE_ROUTEOPTIMIZATION ...@@ -138,6 +138,7 @@ config INET6_XFRM_MODE_ROUTEOPTIMIZATION
config IPV6_VTI config IPV6_VTI
tristate "Virtual (secure) IPv6: tunneling" tristate "Virtual (secure) IPv6: tunneling"
select IPV6_TUNNEL select IPV6_TUNNEL
select NET_IP_TUNNEL
depends on INET6_XFRM_MODE_TUNNEL depends on INET6_XFRM_MODE_TUNNEL
---help--- ---help---
Tunneling means encapsulating data of one protocol type within Tunneling means encapsulating data of one protocol type within
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment