1CONFIG_IP_NF_TARGET_LOG
2ROUTE target support
3CONFIG_IP_NF_TARGET_ROUTE
4  This option adds a `ROUTE' target, which allows you to directly route
5  a received packet through a specified interface or towards a host, even
6  if the regular destination of the packet is the router itself.
7  This target never modifies packets but allows a different routing scheme
8  than the one provided by the standard kernel routing table.
9  
10  If you want to compile it as a module, say M here and read
11  Documentation/modules.txt.  The module will be called ipt_ROUTE.o.
12  If unsure, say `N'.
13
14 
15