aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-02-26 08:14:22 -0500
committerPatrick McHardy <kaber@trash.net>2010-03-17 10:48:35 -0400
commit44c5873199a90a45e9d64a86a1f54b1ccab21ec8 (patch)
treea8b831b960e7e3b68299413b3869bcbd197a5452 /net
parentf76a47c83247b453f25629618056a6d2c1e39103 (diff)
netfilter: xtables: add comment markers to Xtables Kconfig
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'net')
-rw-r--r--net/netfilter/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index 18d77b5c351a..abf4ce6d1834 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
@@ -316,6 +316,8 @@ if NETFILTER_XTABLES
316 316
317# alphabetically ordered list of targets 317# alphabetically ordered list of targets
318 318
319comment "Xtables targets"
320
319config NETFILTER_XT_TARGET_CLASSIFY 321config NETFILTER_XT_TARGET_CLASSIFY
320 tristate '"CLASSIFY" target support' 322 tristate '"CLASSIFY" target support'
321 depends on NETFILTER_ADVANCED 323 depends on NETFILTER_ADVANCED
@@ -552,6 +554,10 @@ config NETFILTER_XT_TARGET_TCPOPTSTRIP
552 This option adds a "TCPOPTSTRIP" target, which allows you to strip 554 This option adds a "TCPOPTSTRIP" target, which allows you to strip
553 TCP options from TCP packets. 555 TCP options from TCP packets.
554 556
557# alphabetically ordered list of matches
558
559comment "Xtables matches"
560
555config NETFILTER_XT_MATCH_CLUSTER 561config NETFILTER_XT_MATCH_CLUSTER
556 tristate '"cluster" match support' 562 tristate '"cluster" match support'
557 depends on NF_CONNTRACK 563 depends on NF_CONNTRACK