[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>
This commit is contained in:
Родитель
9a7c9337a0
Коммит
0c4ca1bd86
|
@ -21,7 +21,7 @@ config NF_CONNTRACK_IPV4
|
||||||
|
|
||||||
config NF_CONNTRACK_PROC_COMPAT
|
config NF_CONNTRACK_PROC_COMPAT
|
||||||
bool "proc/sysctl compatibility with old connection tracking"
|
bool "proc/sysctl compatibility with old connection tracking"
|
||||||
depends on NF_CONNTRACK
|
depends on NF_CONNTRACK_IPV4
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
This option enables /proc and sysctl compatibility with the old
|
This option enables /proc and sysctl compatibility with the old
|
||||||
|
|
Загрузка…
Ссылка в новой задаче