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/Kconfig | |
parent | 6aef4fdfeaec5f2c66415f2cafa98a3ff927501f (diff) | |
download | op-kernel-dev-abaacad9bcb3f118cc802f527ab5d7c41b63f83a.zip op-kernel-dev-abaacad9bcb3f118cc802f527ab5d7c41b63f83a.tar.gz |
[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/Kconfig')
-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 ecea2bc..c7f1f92 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 |