diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2008-10-08 05:35:17 -0400 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2008-10-08 05:35:17 -0400 |
commit | aba0d34800d7f56493b4d5548cc06498a4d69124 (patch) | |
tree | 1ee6e0cf91cca286ea0601dcedfd5febc1461742 /net/ipv6 | |
parent | 20f3c56f4d7c76bcb66050f3364aa8da110f5bbd (diff) |
netfilter: xtables: sort extensions alphabetically in Kconfig
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/netfilter/Kconfig | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig index fee881bd31ff..91ffba08c29f 100644 --- a/net/ipv6/netfilter/Kconfig +++ b/net/ipv6/netfilter/Kconfig | |||
@@ -56,23 +56,23 @@ config IP6_NF_IPTABLES | |||
56 | To compile it as a module, choose M here. If unsure, say N. | 56 | To compile it as a module, choose M here. If unsure, say N. |
57 | 57 | ||
58 | # The simple matches. | 58 | # The simple matches. |
59 | config IP6_NF_MATCH_RT | 59 | config IP6_NF_MATCH_AH |
60 | tristate '"rt" Routing header match support' | 60 | tristate '"ah" match support' |
61 | depends on IP6_NF_IPTABLES | 61 | depends on IP6_NF_IPTABLES |
62 | depends on NETFILTER_ADVANCED | 62 | depends on NETFILTER_ADVANCED |
63 | help | 63 | help |
64 | rt matching allows you to match packets based on the routing | 64 | This module allows one to match AH packets. |
65 | header of the packet. | ||
66 | 65 | ||
67 | To compile it as a module, choose M here. If unsure, say N. | 66 | To compile it as a module, choose M here. If unsure, say N. |
68 | 67 | ||
69 | config IP6_NF_MATCH_OPTS | 68 | config IP6_NF_MATCH_EUI64 |
70 | tristate '"hbh" hop-by-hop and "dst" opts header match support' | 69 | tristate '"eui64" address check' |
71 | depends on IP6_NF_IPTABLES | 70 | depends on IP6_NF_IPTABLES |
72 | depends on NETFILTER_ADVANCED | 71 | depends on NETFILTER_ADVANCED |
73 | help | 72 | help |
74 | This allows one to match packets based on the hop-by-hop | 73 | This module performs checking on the IPv6 source address |
75 | and destination options headers of a packet. | 74 | Compares the last 64 bits with the EUI64 (delivered |
75 | from the MAC address) address | ||
76 | 76 | ||
77 | To compile it as a module, choose M here. If unsure, say N. | 77 | To compile it as a module, choose M here. If unsure, say N. |
78 | 78 | ||
@@ -86,6 +86,16 @@ config IP6_NF_MATCH_FRAG | |||
86 | 86 | ||
87 | To compile it as a module, choose M here. If unsure, say N. | 87 | To compile it as a module, choose M here. If unsure, say N. |
88 | 88 | ||
89 | config IP6_NF_MATCH_OPTS | ||
90 | tristate '"hbh" hop-by-hop and "dst" opts header match support' | ||
91 | depends on IP6_NF_IPTABLES | ||
92 | depends on NETFILTER_ADVANCED | ||
93 | help | ||
94 | This allows one to match packets based on the hop-by-hop | ||
95 | and destination options headers of a packet. | ||
96 | |||
97 | To compile it as a module, choose M here. If unsure, say N. | ||
98 | |||
89 | config IP6_NF_MATCH_HL | 99 | config IP6_NF_MATCH_HL |
90 | tristate '"hl" match support' | 100 | tristate '"hl" match support' |
91 | depends on IP6_NF_IPTABLES | 101 | depends on IP6_NF_IPTABLES |
@@ -106,15 +116,6 @@ config IP6_NF_MATCH_IPV6HEADER | |||
106 | 116 | ||
107 | To compile it as a module, choose M here. If unsure, say N. | 117 | To compile it as a module, choose M here. If unsure, say N. |
108 | 118 | ||
109 | config IP6_NF_MATCH_AH | ||
110 | tristate '"ah" match support' | ||
111 | depends on IP6_NF_IPTABLES | ||
112 | depends on NETFILTER_ADVANCED | ||
113 | help | ||
114 | This module allows one to match AH packets. | ||
115 | |||
116 | To compile it as a module, choose M here. If unsure, say N. | ||
117 | |||
118 | config IP6_NF_MATCH_MH | 119 | config IP6_NF_MATCH_MH |
119 | tristate '"mh" match support' | 120 | tristate '"mh" match support' |
120 | depends on IP6_NF_IPTABLES | 121 | depends on IP6_NF_IPTABLES |
@@ -124,14 +125,13 @@ config IP6_NF_MATCH_MH | |||
124 | 125 | ||
125 | To compile it as a module, choose M here. If unsure, say N. | 126 | To compile it as a module, choose M here. If unsure, say N. |
126 | 127 | ||
127 | config IP6_NF_MATCH_EUI64 | 128 | config IP6_NF_MATCH_RT |
128 | tristate '"eui64" address check' | 129 | tristate '"rt" Routing header match support' |
129 | depends on IP6_NF_IPTABLES | 130 | depends on IP6_NF_IPTABLES |
130 | depends on NETFILTER_ADVANCED | 131 | depends on NETFILTER_ADVANCED |
131 | help | 132 | help |
132 | This module performs checking on the IPv6 source address | 133 | rt matching allows you to match packets based on the routing |
133 | Compares the last 64 bits with the EUI64 (delivered | 134 | header of the packet. |
134 | from the MAC address) address | ||
135 | 135 | ||
136 | To compile it as a module, choose M here. If unsure, say N. | 136 | To compile it as a module, choose M here. If unsure, say N. |
137 | 137 | ||