diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2011-04-21 03:32:45 -0400 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2011-12-27 14:45:28 -0500 |
commit | 54b07dca68557b0952585b5f4834cd0dd86eba35 (patch) | |
tree | 9b6b03f029f4f1a4e02ead16177c626fab863cd5 /net/ipv4 | |
parent | 42c344a3bc6bb2eb4c0bef98d24d53adda255154 (diff) |
netfilter: provide config option to disable ancient procfs parts
Using /proc/net/nf_conntrack has been deprecated in favour of the
conntrack(8) tool.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/netfilter/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index 53b9c79c8025..74dfc9e5211f 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig | |||
@@ -27,7 +27,7 @@ config NF_CONNTRACK_IPV4 | |||
27 | 27 | ||
28 | config NF_CONNTRACK_PROC_COMPAT | 28 | config NF_CONNTRACK_PROC_COMPAT |
29 | bool "proc/sysctl compatibility with old connection tracking" | 29 | bool "proc/sysctl compatibility with old connection tracking" |
30 | depends on NF_CONNTRACK_IPV4 | 30 | depends on NF_CONNTRACK_PROCFS && NF_CONNTRACK_IPV4 |
31 | default y | 31 | default y |
32 | help | 32 | help |
33 | This option enables /proc and sysctl compatibility with the old | 33 | This option enables /proc and sysctl compatibility with the old |