blob: adcd6131df2a0a05f94f8e59e9fc23c4906839c1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# IP netfilter configuration
3#
4
5menu "IPv6: Netfilter Configuration (EXPERIMENTAL)"
6 depends on INET && IPV6 && NETFILTER && EXPERIMENTAL
7
Yasuyuki Kozakai9bdf87d2005-11-14 15:26:58 -08008config NF_CONNTRACK_IPV6
Patrick McHardya3c47972006-12-02 22:11:01 -08009 tristate "IPv6 connection tracking support (EXPERIMENTAL)"
David S. Miller9b54d5c2006-12-17 14:37:23 -080010 depends on INET && IPV6 && EXPERIMENTAL && NF_CONNTRACK
Yasuyuki Kozakai9bdf87d2005-11-14 15:26:58 -080011 ---help---
12 Connection tracking keeps a record of what packets have passed
13 through your machine, in order to figure out how they are related
14 into connections.
15
16 This is IPv6 support on Layer 3 independent connection tracking.
17 Layer 3 independent connection tracking is experimental scheme
18 which generalize ip_conntrack to support other layer 3 protocols.
19
20 To compile it as a module, choose M here. If unsure, say N.
21
Linus Torvalds1da177e2005-04-16 15:20:36 -070022config IP6_NF_QUEUE
Harald Welte7af4cc32005-08-09 19:44:15 -070023 tristate "IP6 Userspace queueing via NETLINK (OBSOLETE)"
David S. Miller9b54d5c2006-12-17 14:37:23 -080024 depends on INET && IPV6 && NETFILTER && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 ---help---
26
27 This option adds a queue handler to the kernel for IPv6
Harald Welte7af4cc32005-08-09 19:44:15 -070028 packets which enables users to receive the filtered packets
29 with QUEUE target using libipq.
30
31 THis option enables the old IPv6-only "ip6_queue" implementation
32 which has been obsoleted by the new "nfnetlink_queue" code (see
33 CONFIG_NETFILTER_NETLINK_QUEUE).
Linus Torvalds1da177e2005-04-16 15:20:36 -070034
35 (C) Fernando Anton 2001
36 IPv64 Project - Work based in IPv64 draft by Arturo Azcorra.
37 Universidad Carlos III de Madrid
38 Universidad Politecnica de Alcala de Henares
39 email: <fanton@it.uc3m.es>.
40
41 To compile it as a module, choose M here. If unsure, say N.
42
43config IP6_NF_IPTABLES
Patrick McHardy844dc7c2006-10-30 15:12:16 -080044 tristate "IP6 tables support (required for filtering)"
David S. Miller9b54d5c2006-12-17 14:37:23 -080045 depends on INET && IPV6 && EXPERIMENTAL && NETFILTER_XTABLES
Linus Torvalds1da177e2005-04-16 15:20:36 -070046 help
47 ip6tables is a general, extensible packet identification framework.
48 Currently only the packet filtering and packet mangling subsystem
49 for IPv6 use this, but connection tracking is going to follow.
50 Say 'Y' or 'M' here if you want to use either of those.
51
52 To compile it as a module, choose M here. If unsure, say N.
53
54# The simple matches.
Linus Torvalds1da177e2005-04-16 15:20:36 -070055config IP6_NF_MATCH_RT
56 tristate "Routing header match support"
57 depends on IP6_NF_IPTABLES
58 help
59 rt matching allows you to match packets based on the routing
60 header of the packet.
61
62 To compile it as a module, choose M here. If unsure, say N.
63
64config IP6_NF_MATCH_OPTS
65 tristate "Hop-by-hop and Dst opts header match support"
66 depends on IP6_NF_IPTABLES
67 help
68 This allows one to match packets based on the hop-by-hop
69 and destination options headers of a packet.
70
71 To compile it as a module, choose M here. If unsure, say N.
72
73config IP6_NF_MATCH_FRAG
74 tristate "Fragmentation header match support"
75 depends on IP6_NF_IPTABLES
76 help
77 frag matching allows you to match packets based on the fragmentation
78 header of the packet.
79
80 To compile it as a module, choose M here. If unsure, say N.
81
82config IP6_NF_MATCH_HL
83 tristate "HL match support"
84 depends on IP6_NF_IPTABLES
85 help
86 HL matching allows you to match packets based on the hop
87 limit of the packet.
88
89 To compile it as a module, choose M here. If unsure, say N.
90
Linus Torvalds1da177e2005-04-16 15:20:36 -070091config IP6_NF_MATCH_OWNER
92 tristate "Owner match support"
93 depends on IP6_NF_IPTABLES
94 help
95 Packet owner matching allows you to match locally-generated packets
96 based on who created them: the user, group, process or session.
97
98 To compile it as a module, choose M here. If unsure, say N.
99
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100config IP6_NF_MATCH_IPV6HEADER
101 tristate "IPv6 Extension Headers Match"
102 depends on IP6_NF_IPTABLES
103 help
104 This module allows one to match packets based upon
105 the ipv6 extension headers.
106
107 To compile it as a module, choose M here. If unsure, say N.
108
Yasuyuki Kozakaidc5ab2f2006-04-01 02:22:30 -0800109config IP6_NF_MATCH_AH
110 tristate "AH match support"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111 depends on IP6_NF_IPTABLES
112 help
Yasuyuki Kozakaidc5ab2f2006-04-01 02:22:30 -0800113 This module allows one to match AH packets.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114
115 To compile it as a module, choose M here. If unsure, say N.
116
Linus Torvalds1da177e2005-04-16 15:20:36 -0700117config IP6_NF_MATCH_EUI64
118 tristate "EUI64 address check"
119 depends on IP6_NF_IPTABLES
120 help
121 This module performs checking on the IPv6 source address
122 Compares the last 64 bits with the EUI64 (delivered
123 from the MAC address) address
124
125 To compile it as a module, choose M here. If unsure, say N.
126
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127# The targets
128config IP6_NF_FILTER
129 tristate "Packet filtering"
130 depends on IP6_NF_IPTABLES
131 help
132 Packet filtering defines a table `filter', which has a series of
133 rules for simple packet filtering at local input, forwarding and
134 local output. See the man page for iptables(8).
135
136 To compile it as a module, choose M here. If unsure, say N.
137
138config IP6_NF_TARGET_LOG
139 tristate "LOG target support"
140 depends on IP6_NF_FILTER
141 help
142 This option adds a `LOG' target, which allows you to create rules in
143 any iptables table which records the packet header to the syslog.
144
145 To compile it as a module, choose M here. If unsure, say N.
146
Patrick McHardy764d8a92005-08-21 23:31:06 -0700147config IP6_NF_TARGET_REJECT
148 tristate "REJECT target support"
149 depends on IP6_NF_FILTER
150 help
151 The REJECT target allows a filtering rule to specify that an ICMPv6
152 error should be issued in response to an incoming packet, rather
153 than silently being dropped.
154
155 To compile it as a module, choose M here. If unsure, say N.
156
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157config IP6_NF_MANGLE
158 tristate "Packet mangling"
159 depends on IP6_NF_IPTABLES
160 help
161 This option adds a `mangle' table to iptables: see the man page for
162 iptables(8). This table is used for various packet alterations
163 which can effect how the packet is routed.
164
165 To compile it as a module, choose M here. If unsure, say N.
166
Harald Welte0ac4f892005-08-27 22:37:30 -0700167config IP6_NF_TARGET_HL
168 tristate 'HL (hoplimit) target support'
169 depends on IP6_NF_MANGLE
170 help
171 This option adds a `HL' target, which enables the user to decrement
172 the hoplimit value of the IPv6 header or set it to a given (lower)
173 value.
174
175 While it is safe to decrement the hoplimit value, this option also
176 enables functionality to increment and set the hoplimit value of the
177 IPv6 header to arbitrary values. This is EXTREMELY DANGEROUS since
178 you can easily create immortal packets that loop forever on the
179 network.
180
181 To compile it as a module, choose M here. If unsure, say N.
182
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183config IP6_NF_RAW
184 tristate 'raw table support (required for TRACE)'
185 depends on IP6_NF_IPTABLES
186 help
187 This option adds a `raw' table to ip6tables. This table is the very
188 first in the netfilter framework and hooks in at the PREROUTING
189 and OUTPUT chains.
190
191 If you want to compile it as a module, say M here and read
192 <file:Documentation/modules.txt>. If unsure, say `N'.
193
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194endmenu
195