projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
960dfc4
)
ip6_vti: Fix build when NET_IP_TUNNEL is not set.
author
Steffen Klassert
<steffen.klassert@secunet.com>
Wed, 19 Feb 2014 12:33:23 +0000
(13:33 +0100)
committer
Steffen Klassert
<steffen.klassert@secunet.com>
Thu, 20 Feb 2014 13:29:49 +0000
(14:29 +0100)
Since commit
469bdcefdc47a
ip6_vti uses ip_tunnel_get_stats64(),
so we need to select NET_IP_TUNNEL to have this function available.
Fixes: 469bdcefdc ("ipv6: fix the use of pcpu_tstats in ip6_vti.c")
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/ipv6/Kconfig
patch
|
blob
|
history
diff --git
a/net/ipv6/Kconfig
b/net/ipv6/Kconfig
index d92e5586783e518c1f5db2b1bd3261766ff7a913..438a73aa777cf560f38a87801b03b8ce20a315b1 100644
(file)
--- a/
net/ipv6/Kconfig
+++ b/
net/ipv6/Kconfig
@@
-138,6
+138,7
@@
config INET6_XFRM_MODE_ROUTEOPTIMIZATION
config IPV6_VTI
tristate "Virtual (secure) IPv6: tunneling"
select IPV6_TUNNEL
+ select NET_IP_TUNNEL
depends on INET6_XFRM_MODE_TUNNEL
---help---
Tunneling means encapsulating data of one protocol type within