1CONFIG_IP_NF_FTP
2Per connection mark support
3CONFIG_IP_NF_CONNTRACK_MARK
4  This option enables support for connection marks, used by the
5  `CONNMARK' target and `connmark' match. Similar to the mark value
6  of packets, but this mark value is kept in the conntrack session
7  instead of the individual packets.
8
9CONNMARK target support
10CONFIG_IP_NF_TARGET_CONNMARK
11  This option adds a `CONNMARK' target, which allows one to manipulate
12  the connection mark value.  Similar to the MARK target, but
13  affects the connection mark value rather than the packet mark value.
14
15  If you want to compile it as a module, say M here and read
16  Documentation/modules.txt.  The module will be called
17  ipt_CONNMARK.o.  If unsure, say `N'.
18
19connmark match support
20CONFIP_IP_NF_MATCH_CONNMARK
21  This option adds a `connmark' match, which allows you to match the
22  connection mark value previously set for the session by `CONNMARK'. 
23