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:
907a426
)
[NETFILTER] PPTP helper: Add missing Kconfig dependency
author
Harald Welte
<laforge@netfilter.org>
Tue, 11 Oct 2005 03:47:42 +0000
(20:47 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 11 Oct 2005 03:47:42 +0000
(20:47 -0700)
PPTP should not be selectable without conntrack enabled
Signed-off-by: Harald Welte <laforge@netfilter.org>
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 a7659728e7a0a86abea82923e841cc9bf733458c..4b6f80775fb002d35bcb9c6f309ec125bf6bcc2a 100644
(file)
--- a/
net/ipv4/netfilter/Kconfig
+++ b/
net/ipv4/netfilter/Kconfig
@@
-139,6
+139,7
@@
config IP_NF_AMANDA
config IP_NF_PPTP
tristate 'PPTP protocol support'
+ depends on IP_NF_CONNTRACK
help
This module adds support for PPTP (Point to Point Tunnelling
Protocol, RFC2637) connection tracking and NAT.