Commit 4c37799c authored by Jan Engelhardt's avatar Jan Engelhardt Committed by David S. Miller

[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: default avatarJan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e2cf5ecb
...@@ -55,7 +55,7 @@ config IP_NF_IPTABLES ...@@ -55,7 +55,7 @@ config IP_NF_IPTABLES
# The matches. # The matches.
config IP_NF_MATCH_IPRANGE config IP_NF_MATCH_IPRANGE
tristate "IP range match support" tristate '"iprange" match support'
depends on IP_NF_IPTABLES depends on IP_NF_IPTABLES
help help
This option makes possible to match IP addresses against IP address This option makes possible to match IP addresses against IP address
...@@ -73,7 +73,7 @@ config IP_NF_MATCH_TOS ...@@ -73,7 +73,7 @@ config IP_NF_MATCH_TOS
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
config IP_NF_MATCH_RECENT config IP_NF_MATCH_RECENT
tristate "recent match support" tristate '"recent" match support'
depends on IP_NF_IPTABLES depends on IP_NF_IPTABLES
help help
This match is used for creating one or many lists of recently This match is used for creating one or many lists of recently
...@@ -85,7 +85,7 @@ config IP_NF_MATCH_RECENT ...@@ -85,7 +85,7 @@ config IP_NF_MATCH_RECENT
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
config IP_NF_MATCH_ECN config IP_NF_MATCH_ECN
tristate "ECN match support" tristate '"ecn" match support'
depends on IP_NF_IPTABLES depends on IP_NF_IPTABLES
help help
This option adds a `ECN' match, which allows you to match against This option adds a `ECN' match, which allows you to match against
...@@ -94,7 +94,7 @@ config IP_NF_MATCH_ECN ...@@ -94,7 +94,7 @@ config IP_NF_MATCH_ECN
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
config IP_NF_MATCH_AH config IP_NF_MATCH_AH
tristate "AH match support" tristate '"ah" match support'
depends on IP_NF_IPTABLES depends on IP_NF_IPTABLES
help help
This match extension allows you to match a range of SPIs This match extension allows you to match a range of SPIs
...@@ -103,7 +103,7 @@ config IP_NF_MATCH_AH ...@@ -103,7 +103,7 @@ config IP_NF_MATCH_AH
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
config IP_NF_MATCH_TTL config IP_NF_MATCH_TTL
tristate "TTL match support" tristate '"ttl" match support'
depends on IP_NF_IPTABLES depends on IP_NF_IPTABLES
help help
This adds CONFIG_IP_NF_MATCH_TTL option, which enabled the user This adds CONFIG_IP_NF_MATCH_TTL option, which enabled the user
...@@ -112,7 +112,7 @@ config IP_NF_MATCH_TTL ...@@ -112,7 +112,7 @@ config IP_NF_MATCH_TTL
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
config IP_NF_MATCH_ADDRTYPE config IP_NF_MATCH_ADDRTYPE
tristate 'address type match support' tristate '"addrtype" address type match support'
depends on IP_NF_IPTABLES depends on IP_NF_IPTABLES
help help
This option allows you to match what routing thinks of an address, This option allows you to match what routing thinks of an address,
......
...@@ -54,7 +54,7 @@ config IP6_NF_IPTABLES ...@@ -54,7 +54,7 @@ config IP6_NF_IPTABLES
# The simple matches. # The simple matches.
config IP6_NF_MATCH_RT config IP6_NF_MATCH_RT
tristate "Routing header match support" tristate '"rt" Routing header match support'
depends on IP6_NF_IPTABLES depends on IP6_NF_IPTABLES
help help
rt matching allows you to match packets based on the routing rt matching allows you to match packets based on the routing
...@@ -63,7 +63,7 @@ config IP6_NF_MATCH_RT ...@@ -63,7 +63,7 @@ config IP6_NF_MATCH_RT
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
config IP6_NF_MATCH_OPTS config IP6_NF_MATCH_OPTS
tristate "Hop-by-hop and Dst opts header match support" tristate '"hopbyhop" and "dst" opts header match support'
depends on IP6_NF_IPTABLES depends on IP6_NF_IPTABLES
help help
This allows one to match packets based on the hop-by-hop This allows one to match packets based on the hop-by-hop
...@@ -72,7 +72,7 @@ config IP6_NF_MATCH_OPTS ...@@ -72,7 +72,7 @@ config IP6_NF_MATCH_OPTS
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
config IP6_NF_MATCH_FRAG config IP6_NF_MATCH_FRAG
tristate "Fragmentation header match support" tristate '"frag" Fragmentation header match support'
depends on IP6_NF_IPTABLES depends on IP6_NF_IPTABLES
help help
frag matching allows you to match packets based on the fragmentation frag matching allows you to match packets based on the fragmentation
...@@ -81,7 +81,7 @@ config IP6_NF_MATCH_FRAG ...@@ -81,7 +81,7 @@ config IP6_NF_MATCH_FRAG
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
config IP6_NF_MATCH_HL config IP6_NF_MATCH_HL
tristate "HL match support" tristate '"hl" match support'
depends on IP6_NF_IPTABLES depends on IP6_NF_IPTABLES
help help
HL matching allows you to match packets based on the hop HL matching allows you to match packets based on the hop
...@@ -90,7 +90,7 @@ config IP6_NF_MATCH_HL ...@@ -90,7 +90,7 @@ config IP6_NF_MATCH_HL
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
config IP6_NF_MATCH_IPV6HEADER config IP6_NF_MATCH_IPV6HEADER
tristate "IPv6 Extension Headers Match" tristate '"ipv6header" IPv6 Extension Headers Match'
depends on IP6_NF_IPTABLES depends on IP6_NF_IPTABLES
help help
This module allows one to match packets based upon This module allows one to match packets based upon
...@@ -99,7 +99,7 @@ config IP6_NF_MATCH_IPV6HEADER ...@@ -99,7 +99,7 @@ config IP6_NF_MATCH_IPV6HEADER
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
config IP6_NF_MATCH_AH config IP6_NF_MATCH_AH
tristate "AH match support" tristate '"ah" match support'
depends on IP6_NF_IPTABLES depends on IP6_NF_IPTABLES
help help
This module allows one to match AH packets. This module allows one to match AH packets.
...@@ -107,7 +107,7 @@ config IP6_NF_MATCH_AH ...@@ -107,7 +107,7 @@ config IP6_NF_MATCH_AH
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
config IP6_NF_MATCH_MH config IP6_NF_MATCH_MH
tristate "MH match support" tristate '"mh" match support'
depends on IP6_NF_IPTABLES depends on IP6_NF_IPTABLES
help help
This module allows one to match MH packets. This module allows one to match MH packets.
...@@ -115,7 +115,7 @@ config IP6_NF_MATCH_MH ...@@ -115,7 +115,7 @@ config IP6_NF_MATCH_MH
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
config IP6_NF_MATCH_EUI64 config IP6_NF_MATCH_EUI64
tristate "EUI64 address check" tristate '"eui64" address check'
depends on IP6_NF_IPTABLES depends on IP6_NF_IPTABLES
help help
This module performs checking on the IPv6 source address This module performs checking on the IPv6 source address
......
...@@ -476,7 +476,7 @@ config NETFILTER_XT_MATCH_CONNTRACK ...@@ -476,7 +476,7 @@ config NETFILTER_XT_MATCH_CONNTRACK
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
config NETFILTER_XT_MATCH_DCCP config NETFILTER_XT_MATCH_DCCP
tristate '"DCCP" protocol match support' tristate '"dccp" protocol match support'
depends on NETFILTER_XTABLES depends on NETFILTER_XTABLES
help help
With this option enabled, you will be able to use the iptables With this option enabled, you will be able to use the iptables
...@@ -487,7 +487,7 @@ config NETFILTER_XT_MATCH_DCCP ...@@ -487,7 +487,7 @@ config NETFILTER_XT_MATCH_DCCP
<file:Documentation/kbuild/modules.txt>. If unsure, say `N'. <file:Documentation/kbuild/modules.txt>. If unsure, say `N'.
config NETFILTER_XT_MATCH_DSCP config NETFILTER_XT_MATCH_DSCP
tristate '"DSCP" match support' tristate '"dscp" match support'
depends on NETFILTER_XTABLES depends on NETFILTER_XTABLES
help help
This option adds a `DSCP' match, which allows you to match against This option adds a `DSCP' match, which allows you to match against
...@@ -498,7 +498,7 @@ config NETFILTER_XT_MATCH_DSCP ...@@ -498,7 +498,7 @@ config NETFILTER_XT_MATCH_DSCP
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
config NETFILTER_XT_MATCH_ESP config NETFILTER_XT_MATCH_ESP
tristate '"ESP" match support' tristate '"esp" match support'
depends on NETFILTER_XTABLES depends on NETFILTER_XTABLES
help help
This match extension allows you to match a range of SPIs This match extension allows you to match a range of SPIs
...@@ -573,7 +573,7 @@ config NETFILTER_XT_MATCH_POLICY ...@@ -573,7 +573,7 @@ config NETFILTER_XT_MATCH_POLICY
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
config NETFILTER_XT_MATCH_MULTIPORT config NETFILTER_XT_MATCH_MULTIPORT
tristate "Multiple port match support" tristate '"multiport" Multiple port match support'
depends on NETFILTER_XTABLES depends on NETFILTER_XTABLES
help help
Multiport matching allows you to match TCP or UDP packets based on Multiport matching allows you to match TCP or UDP packets based on
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment