netfilter: combine ipt_REDIRECT and ip6t_REDIRECT
[deliverable/linux.git] / net / netfilter / Kconfig
index ad0e0da62ededbd9967895df2ad5c84b0eff5351..fefa514b99170aae55620e4007565b0ad3e814b4 100644 (file)
@@ -690,6 +690,17 @@ config NETFILTER_XT_TARGET_RATEEST
 
          To compile it as a module, choose M here.  If unsure, say N.
 
+config NETFILTER_XT_TARGET_REDIRECT
+       tristate "REDIRECT target support"
+       depends on NF_NAT
+       ---help---
+       REDIRECT is a special case of NAT: all incoming connections are
+       mapped onto the incoming interface's address, causing the packets to
+       come to the local machine instead of passing through. This is
+       useful for transparent proxies.
+
+       To compile it as a module, choose M here. If unsure, say N.
+
 config NETFILTER_XT_TARGET_TEE
        tristate '"TEE" - packet cloning to alternate destination'
        depends on NETFILTER_ADVANCED
This page took 0.026609 seconds and 5 git commands to generate.