projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a7c933
)
[NETFILTER]: nf_conntrack: fix NF_CONNTRACK_PROC_COMPAT dependency
author
Patrick McHardy
<kaber@trash.net>
Sun, 3 Dec 2006 06:04:24 +0000
(22:04 -0800)
committer
David S. Miller
<davem@davemloft.net>
Sun, 3 Dec 2006 06:04:24 +0000
(22:04 -0800)
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>
net/ipv4/netfilter/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/netfilter/Kconfig
b/net/ipv4/netfilter/Kconfig
index bc298a3f236f3f8fbd76c03117f1996e5a619de1..06fec80a0089b4ba645e344d03ac62dcaa47b147 100644
(file)
--- 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