Skip to content

Commit

Permalink
[NETFILTER]: nf_conntrack: fix NF_CONNTRACK_PROC_COMPAT dependency
Browse files Browse the repository at this point in the history
NF_CONNTRACK_PROC_COMPAT depends on NF_CONNTRACK_IPV4, not NF_CONNTRACK.

Signed-off-by: Patrick McHardy <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
kaber authored and davem330 committed Dec 3, 2006
1 parent 9a7c933 commit 0c4ca1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/netfilter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c4ca1b

Please sign in to comment.