aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/netfilter/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index 673a6c8f0e95..e223f47b8bae 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
@@ -505,6 +505,7 @@ config NETFILTER_XT_TARGET_RATEEST
505config NETFILTER_XT_TARGET_TEE 505config NETFILTER_XT_TARGET_TEE
506 tristate '"TEE" - packet cloning to alternate destiantion' 506 tristate '"TEE" - packet cloning to alternate destiantion'
507 depends on NETFILTER_ADVANCED 507 depends on NETFILTER_ADVANCED
508 depends on (IPV6 || IPV6=n)
508 ---help--- 509 ---help---
509 This option adds a "TEE" target with which a packet can be cloned and 510 This option adds a "TEE" target with which a packet can be cloned and
510 this clone be rerouted to another nexthop. 511 this clone be rerouted to another nexthop.