aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/Kconfig
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2007-11-29 09:17:11 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 17:55:15 -0500
commitbe0ea7d5da3d99140bde7e5cea328eb111731700 (patch)
treefc7e0702bf03eff7409c1bd8361fca5737cbe365 /net/sched/Kconfig
parenta99a00cf1adef2d3dce745c93c9cc8b0a1612c50 (diff)
[NETFILTER]: Convert old checksum helper names
Kill the defines again, convert to the new checksum helper names and remove the dependency of NET_ACT_NAT on NETFILTER. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/Kconfig')
-rw-r--r--net/sched/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 9c15c4888d12..f5ab54b1edd3 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -445,7 +445,6 @@ config NET_ACT_IPT
445config NET_ACT_NAT 445config NET_ACT_NAT
446 tristate "Stateless NAT" 446 tristate "Stateless NAT"
447 depends on NET_CLS_ACT 447 depends on NET_CLS_ACT
448 select NETFILTER
449 ---help--- 448 ---help---
450 Say Y here to do stateless NAT on IPv4 packets. You should use 449 Say Y here to do stateless NAT on IPv4 packets. You should use
451 netfilter for NAT unless you know what you are doing. 450 netfilter for NAT unless you know what you are doing.