diff options
author | Patrick McHardy <kaber@trash.net> | 2005-07-19 14:03:34 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-07-19 14:03:34 -0700 |
commit | 0303770deb834c15ca664a9d741d40f893c92f4e (patch) | |
tree | d48e2df54d3545052aaffeeeec1c34c214055056 /net/ipv6/Kconfig | |
parent | c877efb207bf4629cfa97ac13412f7392a873485 (diff) | |
download | op-kernel-dev-0303770deb834c15ca664a9d741d40f893c92f4e.zip op-kernel-dev-0303770deb834c15ca664a9d741d40f893c92f4e.tar.gz |
[NET]: Make ipip/ip6_tunnel independant of XFRM
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/Kconfig')
-rw-r--r-- | net/ipv6/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index 95163cd..ab7a912 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig @@ -91,7 +91,6 @@ config INET6_TUNNEL config IPV6_TUNNEL tristate "IPv6: IPv6-in-IPv6 tunnel" depends on IPV6 - select INET6_TUNNEL ---help--- Support for IPv6-in-IPv6 tunnels described in RFC 2473. |