projects
/
GitHub
/
moto-9609
/
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:
f76a47c
)
netfilter: xtables: add comment markers to Xtables Kconfig
author
Jan Engelhardt
<jengelh@medozas.de>
Fri, 26 Feb 2010 13:14:22 +0000
(14:14 +0100)
committer
Patrick McHardy
<kaber@trash.net>
Wed, 17 Mar 2010 14:48:35 +0000
(15:48 +0100)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
net/netfilter/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/net/netfilter/Kconfig
b/net/netfilter/Kconfig
index 18d77b5c351a024626df3c8e2a21155a5ca754fc..abf4ce6d18345cfa7fcdd2fa0838cf4b367b8d38 100644
(file)
--- a/
net/netfilter/Kconfig
+++ b/
net/netfilter/Kconfig
@@
-316,6
+316,8
@@
if NETFILTER_XTABLES
# alphabetically ordered list of targets
+comment "Xtables targets"
+
config NETFILTER_XT_TARGET_CLASSIFY
tristate '"CLASSIFY" target support'
depends on NETFILTER_ADVANCED
@@
-552,6
+554,10
@@
config NETFILTER_XT_TARGET_TCPOPTSTRIP
This option adds a "TCPOPTSTRIP" target, which allows you to strip
TCP options from TCP packets.
+# alphabetically ordered list of matches
+
+comment "Xtables matches"
+
config NETFILTER_XT_MATCH_CLUSTER
tristate '"cluster" match support'
depends on NF_CONNTRACK