diff options
author | Patrick McHardy <kaber@trash.net> | 2005-07-19 13:59:17 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-07-19 13:59:17 -0700 |
commit | abaacad9bcb3f118cc802f527ab5d7c41b63f83a (patch) | |
tree | 00feb47b1bc9f2b1c3eced293fce47a54faf711c /net/ipv4 | |
parent | 6aef4fdfeaec5f2c66415f2cafa98a3ff927501f (diff) |
[IPV4]: Don't select XFRM for ip_gre
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index ecea2bc8229..c7f1f9245bc 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -252,7 +252,6 @@ config NET_IPIP config NET_IPGRE tristate "IP: GRE tunnels over IP" - select XFRM help Tunneling means encapsulating data of one protocol type within another protocol and sending it over a channel that understands the |