aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/netfilter/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index e223f47b8bae..8593a77cfea9 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
@@ -506,6 +506,7 @@ config 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 depends on (IPV6 || IPV6=n)
509 depends on !NF_CONNTRACK || NF_CONNTRACK
509 ---help--- 510 ---help---
510 This option adds a "TEE" target with which a packet can be cloned and 511 This option adds a "TEE" target with which a packet can be cloned and
511 this clone be rerouted to another nexthop. 512 this clone be rerouted to another nexthop.