1CONFIG_IP_NF_TARGET_LOG
2pool match and target support
3CONFIG_IP_NF_MATCH_POOL
4  Pool matching lets you use bitmaps with one bit per address from some
5  range of IP addresses; the match depends on whether a checked source
6  or destination address has its bit set in the pool.
7
8  There is also a POOL netfilter target, which can be used to set or remove
9  the addresses of a packet from a pool.
10
11  To define and use pools, you need userlevel utilities: a patched iptables,
12  and the program ippool(8), which defines the pools and their bounds.
13  The current release of pool matching is ippool-0.0.2, and can be found
14  in the archives of the netfilter mailing list at
15  http://lists.samba.org/netfilter/.
16
17  If you want to compile it as a module, say M here and read
18  Documentation/modules.txt.  If unsure, say `N'.
19
20pool match and target statistics gathering
21CONFIG_IP_POOL_STATISTICS
22  This option controls whether usage gathering code is compiled into the
23  ip_pool module.  Disabling statistics may be substantially faster.
24