diff options
author | Jan Engelhardt <jengelh@computergmbh.de> | 2007-12-05 02:31:59 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 17:55:57 -0500 |
commit | 4c37799ccf6c722e0dad6a0677af22d1c23fb897 (patch) | |
tree | 2b21b7b967391449d724dfeaf830461181edf76f | |
parent | e2cf5ecbea861ff05105bbd40f4f0d7823d9e213 (diff) |
[NETFILTER]: Use lowercase names for matches in Kconfig
Unify netfilter match kconfig descriptions
Consistently use lowercase for matches in kconfig one-line
descriptions and name the match module.
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/ipv4/netfilter/Kconfig | 12 | ||||
-rw-r--r-- | net/ipv6/netfilter/Kconfig | 16 | ||||
-rw-r--r-- | net/netfilter/Kconfig | 8 |
3 files changed, 18 insertions, 18 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index 6c563d908c78..244e91daf04e 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig | |||
@@ -55,7 +55,7 @@ config IP_NF_IPTABLES | |||
55 | 55 | ||
56 | # The matches. | 56 | # The matches. |
57 | config IP_NF_MATCH_IPRANGE | 57 | config IP_NF_MATCH_IPRANGE |
58 | tristate "IP range match support" | 58 | tristate '"iprange" match support' |
59 | depends on IP_NF_IPTABLES | 59 | depends on IP_NF_IPTABLES |
60 | help | 60 | help |
61 | This option makes possible to match IP addresses against IP address | 61 | This option makes possible to match IP addresses against IP address |
@@ -73,7 +73,7 @@ config IP_NF_MATCH_TOS | |||
73 | To compile it as a module, choose M here. If unsure, say N. | 73 | To compile it as a module, choose M here. If unsure, say N. |
74 | 74 | ||
75 | config IP_NF_MATCH_RECENT | 75 | config IP_NF_MATCH_RECENT |
76 | tristate "recent match support" | 76 | tristate '"recent" match support' |
77 | depends on IP_NF_IPTABLES | 77 | depends on IP_NF_IPTABLES |
78 | help | 78 | help |
79 | This match is used for creating one or many lists of recently | 79 | This match is used for creating one or many lists of recently |
@@ -85,7 +85,7 @@ config IP_NF_MATCH_RECENT | |||
85 | To compile it as a module, choose M here. If unsure, say N. | 85 | To compile it as a module, choose M here. If unsure, say N. |
86 | 86 | ||
87 | config IP_NF_MATCH_ECN | 87 | config IP_NF_MATCH_ECN |
88 | tristate "ECN match support" | 88 | tristate '"ecn" match support' |
89 | depends on IP_NF_IPTABLES | 89 | depends on IP_NF_IPTABLES |
90 | help | 90 | help |
91 | This option adds a `ECN' match, which allows you to match against | 91 | This option adds a `ECN' match, which allows you to match against |
@@ -94,7 +94,7 @@ config IP_NF_MATCH_ECN | |||
94 | To compile it as a module, choose M here. If unsure, say N. | 94 | To compile it as a module, choose M here. If unsure, say N. |
95 | 95 | ||
96 | config IP_NF_MATCH_AH | 96 | config IP_NF_MATCH_AH |
97 | tristate "AH match support" | 97 | tristate '"ah" match support' |
98 | depends on IP_NF_IPTABLES | 98 | depends on IP_NF_IPTABLES |
99 | help | 99 | help |
100 | This match extension allows you to match a range of SPIs | 100 | This match extension allows you to match a range of SPIs |
@@ -103,7 +103,7 @@ config IP_NF_MATCH_AH | |||
103 | To compile it as a module, choose M here. If unsure, say N. | 103 | To compile it as a module, choose M here. If unsure, say N. |
104 | 104 | ||
105 | config IP_NF_MATCH_TTL | 105 | config IP_NF_MATCH_TTL |
106 | tristate "TTL match support" | 106 | tristate '"ttl" match support' |
107 | depends on IP_NF_IPTABLES | 107 | depends on IP_NF_IPTABLES |
108 | help | 108 | help |
109 | This adds CONFIG_IP_NF_MATCH_TTL option, which enabled the user | 109 | This adds CONFIG_IP_NF_MATCH_TTL option, which enabled the user |
@@ -112,7 +112,7 @@ config IP_NF_MATCH_TTL | |||
112 | To compile it as a module, choose M here. If unsure, say N. | 112 | To compile it as a module, choose M here. If unsure, say N. |
113 | 113 | ||
114 | config IP_NF_MATCH_ADDRTYPE | 114 | config IP_NF_MATCH_ADDRTYPE |
115 | tristate 'address type match support' | 115 | tristate '"addrtype" address type match support' |
116 | depends on IP_NF_IPTABLES | 116 | depends on IP_NF_IPTABLES |
117 | help | 117 | help |
118 | This option allows you to match what routing thinks of an address, | 118 | This option allows you to match what routing thinks of an address, |
diff --git a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig index 30d48529d988..5374c665f8d8 100644 --- a/net/ipv6/netfilter/Kconfig +++ b/net/ipv6/netfilter/Kconfig | |||
@@ -54,7 +54,7 @@ config IP6_NF_IPTABLES | |||
54 | 54 | ||
55 | # The simple matches. | 55 | # The simple matches. |
56 | config IP6_NF_MATCH_RT | 56 | config IP6_NF_MATCH_RT |
57 | tristate "Routing header match support" | 57 | tristate '"rt" Routing header match support' |
58 | depends on IP6_NF_IPTABLES | 58 | depends on IP6_NF_IPTABLES |
59 | help | 59 | help |
60 | rt matching allows you to match packets based on the routing | 60 | rt matching allows you to match packets based on the routing |
@@ -63,7 +63,7 @@ config IP6_NF_MATCH_RT | |||
63 | To compile it as a module, choose M here. If unsure, say N. | 63 | To compile it as a module, choose M here. If unsure, say N. |
64 | 64 | ||
65 | config IP6_NF_MATCH_OPTS | 65 | config IP6_NF_MATCH_OPTS |
66 | tristate "Hop-by-hop and Dst opts header match support" | 66 | tristate '"hopbyhop" and "dst" opts header match support' |
67 | depends on IP6_NF_IPTABLES | 67 | depends on IP6_NF_IPTABLES |
68 | help | 68 | help |
69 | This allows one to match packets based on the hop-by-hop | 69 | This allows one to match packets based on the hop-by-hop |
@@ -72,7 +72,7 @@ config IP6_NF_MATCH_OPTS | |||
72 | To compile it as a module, choose M here. If unsure, say N. | 72 | To compile it as a module, choose M here. If unsure, say N. |
73 | 73 | ||
74 | config IP6_NF_MATCH_FRAG | 74 | config IP6_NF_MATCH_FRAG |
75 | tristate "Fragmentation header match support" | 75 | tristate '"frag" Fragmentation header match support' |
76 | depends on IP6_NF_IPTABLES | 76 | depends on IP6_NF_IPTABLES |
77 | help | 77 | help |
78 | frag matching allows you to match packets based on the fragmentation | 78 | frag matching allows you to match packets based on the fragmentation |
@@ -81,7 +81,7 @@ config IP6_NF_MATCH_FRAG | |||
81 | To compile it as a module, choose M here. If unsure, say N. | 81 | To compile it as a module, choose M here. If unsure, say N. |
82 | 82 | ||
83 | config IP6_NF_MATCH_HL | 83 | config IP6_NF_MATCH_HL |
84 | tristate "HL match support" | 84 | tristate '"hl" match support' |
85 | depends on IP6_NF_IPTABLES | 85 | depends on IP6_NF_IPTABLES |
86 | help | 86 | help |
87 | HL matching allows you to match packets based on the hop | 87 | HL matching allows you to match packets based on the hop |
@@ -90,7 +90,7 @@ config IP6_NF_MATCH_HL | |||
90 | To compile it as a module, choose M here. If unsure, say N. | 90 | To compile it as a module, choose M here. If unsure, say N. |
91 | 91 | ||
92 | config IP6_NF_MATCH_IPV6HEADER | 92 | config IP6_NF_MATCH_IPV6HEADER |
93 | tristate "IPv6 Extension Headers Match" | 93 | tristate '"ipv6header" IPv6 Extension Headers Match' |
94 | depends on IP6_NF_IPTABLES | 94 | depends on IP6_NF_IPTABLES |
95 | help | 95 | help |
96 | This module allows one to match packets based upon | 96 | This module allows one to match packets based upon |
@@ -99,7 +99,7 @@ config IP6_NF_MATCH_IPV6HEADER | |||
99 | To compile it as a module, choose M here. If unsure, say N. | 99 | To compile it as a module, choose M here. If unsure, say N. |
100 | 100 | ||
101 | config IP6_NF_MATCH_AH | 101 | config IP6_NF_MATCH_AH |
102 | tristate "AH match support" | 102 | tristate '"ah" match support' |
103 | depends on IP6_NF_IPTABLES | 103 | depends on IP6_NF_IPTABLES |
104 | help | 104 | help |
105 | This module allows one to match AH packets. | 105 | This module allows one to match AH packets. |
@@ -107,7 +107,7 @@ config IP6_NF_MATCH_AH | |||
107 | To compile it as a module, choose M here. If unsure, say N. | 107 | To compile it as a module, choose M here. If unsure, say N. |
108 | 108 | ||
109 | config IP6_NF_MATCH_MH | 109 | config IP6_NF_MATCH_MH |
110 | tristate "MH match support" | 110 | tristate '"mh" match support' |
111 | depends on IP6_NF_IPTABLES | 111 | depends on IP6_NF_IPTABLES |
112 | help | 112 | help |
113 | This module allows one to match MH packets. | 113 | This module allows one to match MH packets. |
@@ -115,7 +115,7 @@ config IP6_NF_MATCH_MH | |||
115 | To compile it as a module, choose M here. If unsure, say N. | 115 | To compile it as a module, choose M here. If unsure, say N. |
116 | 116 | ||
117 | config IP6_NF_MATCH_EUI64 | 117 | config IP6_NF_MATCH_EUI64 |
118 | tristate "EUI64 address check" | 118 | tristate '"eui64" address check' |
119 | depends on IP6_NF_IPTABLES | 119 | depends on IP6_NF_IPTABLES |
120 | help | 120 | help |
121 | This module performs checking on the IPv6 source address | 121 | This module performs checking on the IPv6 source address |
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 4bc0552b75fd..d220607cc037 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig | |||
@@ -476,7 +476,7 @@ config NETFILTER_XT_MATCH_CONNTRACK | |||
476 | To compile it as a module, choose M here. If unsure, say N. | 476 | To compile it as a module, choose M here. If unsure, say N. |
477 | 477 | ||
478 | config NETFILTER_XT_MATCH_DCCP | 478 | config NETFILTER_XT_MATCH_DCCP |
479 | tristate '"DCCP" protocol match support' | 479 | tristate '"dccp" protocol match support' |
480 | depends on NETFILTER_XTABLES | 480 | depends on NETFILTER_XTABLES |
481 | help | 481 | help |
482 | With this option enabled, you will be able to use the iptables | 482 | With this option enabled, you will be able to use the iptables |
@@ -487,7 +487,7 @@ config NETFILTER_XT_MATCH_DCCP | |||
487 | <file:Documentation/kbuild/modules.txt>. If unsure, say `N'. | 487 | <file:Documentation/kbuild/modules.txt>. If unsure, say `N'. |
488 | 488 | ||
489 | config NETFILTER_XT_MATCH_DSCP | 489 | config NETFILTER_XT_MATCH_DSCP |
490 | tristate '"DSCP" match support' | 490 | tristate '"dscp" match support' |
491 | depends on NETFILTER_XTABLES | 491 | depends on NETFILTER_XTABLES |
492 | help | 492 | help |
493 | This option adds a `DSCP' match, which allows you to match against | 493 | This option adds a `DSCP' match, which allows you to match against |
@@ -498,7 +498,7 @@ config NETFILTER_XT_MATCH_DSCP | |||
498 | To compile it as a module, choose M here. If unsure, say N. | 498 | To compile it as a module, choose M here. If unsure, say N. |
499 | 499 | ||
500 | config NETFILTER_XT_MATCH_ESP | 500 | config NETFILTER_XT_MATCH_ESP |
501 | tristate '"ESP" match support' | 501 | tristate '"esp" match support' |
502 | depends on NETFILTER_XTABLES | 502 | depends on NETFILTER_XTABLES |
503 | help | 503 | help |
504 | This match extension allows you to match a range of SPIs | 504 | This match extension allows you to match a range of SPIs |
@@ -573,7 +573,7 @@ config NETFILTER_XT_MATCH_POLICY | |||
573 | To compile it as a module, choose M here. If unsure, say N. | 573 | To compile it as a module, choose M here. If unsure, say N. |
574 | 574 | ||
575 | config NETFILTER_XT_MATCH_MULTIPORT | 575 | config NETFILTER_XT_MATCH_MULTIPORT |
576 | tristate "Multiple port match support" | 576 | tristate '"multiport" Multiple port match support' |
577 | depends on NETFILTER_XTABLES | 577 | depends on NETFILTER_XTABLES |
578 | help | 578 | help |
579 | Multiport matching allows you to match TCP or UDP packets based on | 579 | Multiport matching allows you to match TCP or UDP packets based on |