1CONFIG_IP_NF_FILTER
2raw table support (required for NOTRACK/TRACE)
3CONFIG_IP_NF_RAW
4  This option adds a `raw' table to iptables. This table is the very
5  first in the netfilter framework and hooks in at the PREROUTING
6  and OUTPUT chains.
7
8  If you want to compile it as a module, say M here and read
9  <file:Documentation/modules.txt>.  If unsure, say `N'.
10
11TRACE target support
12CONFIG_IP_NF_TARGET_TRACE
13  The TRACE target allows packets to be traced as those
14  matches any subsequent rule in any table/rule. The matched
15  rule and the packet is logged with the prefix
16
17  TRACE: tablename/chainname/rulenum  
18
19  If you want to compile it as a module, say M here and read
20  <file:Documentation/modules.txt>.  If unsure, say `N'.
21
22NOTRACK target support
23CONFIG_IP_NF_TARGET_NOTRACK
24  The NOTRACK target allows a select rule to specify
25  which packets *not* to enter the conntrack/NAT
26  subsystem with all the consequences (no ICMP error tracking,
27  no protocol helpers for the selected packets).
28
29  If you want to compile it as a module, say M here and read
30  <file:Documentation/modules.txt>.  If unsure, say `N'.
31
32