diff options
author | Patrick McHardy <kaber@trash.net> | 2007-12-05 04:31:37 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 17:56:24 -0500 |
commit | ab4f58c77a189d1100383e0c901cb8e90c3ab4f7 (patch) | |
tree | dab8d293a8d8c7a9dd911a8428770937d642530c /net | |
parent | 4ad9d4fa94800573edaca18ba2f34f27137c9bc0 (diff) |
[NETFILTER]: remove NF_CONNTRACK_ENABLED option
Remove the NF_CONNTRACK_ENABLED option. It was meant for a smoother upgrade
to nf_conntrack, people having reconfigured their kernel at least once since
ip_conntrack was removed will have the NF_CONNTRACK option already set.
People upgrading from older kernels have to reconfigure a lot anyway.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/Kconfig | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 4182393186ae..772c58cc2c7e 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig | |||
@@ -25,8 +25,7 @@ config NETFILTER_NETLINK_LOG | |||
25 | and is also scheduled to replace the old syslog-based ipt_LOG | 25 | and is also scheduled to replace the old syslog-based ipt_LOG |
26 | and ip6t_LOG modules. | 26 | and ip6t_LOG modules. |
27 | 27 | ||
28 | # Rename this to NF_CONNTRACK in a 2.6.25 | 28 | config NF_CONNTRACK |
29 | config NF_CONNTRACK_ENABLED | ||
30 | tristate "Netfilter connection tracking support" | 29 | tristate "Netfilter connection tracking support" |
31 | help | 30 | help |
32 | Connection tracking keeps a record of what packets have passed | 31 | Connection tracking keeps a record of what packets have passed |
@@ -40,10 +39,6 @@ config NF_CONNTRACK_ENABLED | |||
40 | 39 | ||
41 | To compile it as a module, choose M here. If unsure, say N. | 40 | To compile it as a module, choose M here. If unsure, say N. |
42 | 41 | ||
43 | config NF_CONNTRACK | ||
44 | tristate | ||
45 | default NF_CONNTRACK_ENABLED | ||
46 | |||
47 | config NF_CT_ACCT | 42 | config NF_CT_ACCT |
48 | bool "Connection tracking flow accounting" | 43 | bool "Connection tracking flow accounting" |
49 | depends on NF_CONNTRACK | 44 | depends on NF_CONNTRACK |