aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/Kconfig
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2006-12-02 22:04:24 -0800
committerDavid S. Miller <davem@davemloft.net>2006-12-02 22:04:24 -0800
commit0c4ca1bd8638d04796553b6e678063c4fadb92cc (patch)
tree5a460b2520d58fd803b8cbf02a8ed05e7dac056b /net/ipv4/netfilter/Kconfig
parent[NET]: Accept wildcard delimiters in in[46]_pton (diff)
downloadlinux-dev-0c4ca1bd8638d04796553b6e678063c4fadb92cc.tar.xz
linux-dev-0c4ca1bd8638d04796553b6e678063c4fadb92cc.zip
[NETFILTER]: nf_conntrack: fix NF_CONNTRACK_PROC_COMPAT dependency
NF_CONNTRACK_PROC_COMPAT depends on NF_CONNTRACK_IPV4, not NF_CONNTRACK. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/ipv4/netfilter/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
index bc298a3f236f..06fec80a0089 100644
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
@@ -21,7 +21,7 @@ config NF_CONNTRACK_IPV4
config NF_CONNTRACK_PROC_COMPAT
bool "proc/sysctl compatibility with old connection tracking"
- depends on NF_CONNTRACK
+ depends on NF_CONNTRACK_IPV4
default y
help
This option enables /proc and sysctl compatibility with the old