aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@nicira.com>2013-03-25 14:49:41 +0000
committerDavid S. Miller <davem@davemloft.net>2013-03-26 12:27:18 -0400
commitfd58156e456d9f68fe04486be378d0bc93641532 (patch)
tree50dd9ea7c5b048dad0f9b39e95f3c0299448d86c /net/ipv4/Kconfig
parentGRE: Refactor GRE tunneling code. (diff)
downloadlinux-dev-fd58156e456d9f68fe04486be378d0bc93641532.tar.xz
linux-dev-fd58156e456d9f68fe04486be378d0bc93641532.zip
IPIP: Use ip-tunneling code.
Reuse common ip-tunneling code which is re-factored from GRE module. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/ipv4/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 2073226a8a63..053b53e9e3c3 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -166,6 +166,7 @@ config IP_PNP_RARP
config NET_IPIP
tristate "IP: tunneling"
select INET_TUNNEL
+ select NET_IP_TUNNEL
---help---
Tunneling means encapsulating data of one protocol type within
another protocol and sending it over a channel that understands the