Skip to content

Commit

Permalink
[NETFILTER]: remove NF_CONNTRACK_ENABLED option
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jan 28, 2008
1 parent 4ad9d4f commit ab4f58c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions net/netfilter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ config NETFILTER_NETLINK_LOG
and is also scheduled to replace the old syslog-based ipt_LOG
and ip6t_LOG modules.

# Rename this to NF_CONNTRACK in a 2.6.25
config NF_CONNTRACK_ENABLED
config NF_CONNTRACK
tristate "Netfilter connection tracking support"
help
Connection tracking keeps a record of what packets have passed
Expand All @@ -40,10 +39,6 @@ config NF_CONNTRACK_ENABLED

To compile it as a module, choose M here. If unsure, say N.

config NF_CONNTRACK
tristate
default NF_CONNTRACK_ENABLED

config NF_CT_ACCT
bool "Connection tracking flow accounting"
depends on NF_CONNTRACK
Expand Down

0 comments on commit ab4f58c

Please sign in to comment.