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 /net/ipv6 | |
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>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/netfilter/Kconfig | 16 |
1 files changed, 8 insertions, 8 deletions
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 |