projects
/
platform
/
kernel
/
kernel-mfld-blackbay.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
|
history
diff --git
a/net/netfilter/Kconfig
b/net/netfilter/Kconfig
index
18d77b5
..
abf4ce6
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