]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/Kconfig
netfilter: xtables: add missing depends for xt_TEE
[net-next-2.6.git] / net / netfilter / Kconfig
index 673a6c8f0e950ecd526243c69d4c4e5978dd72fa..e223f47b8bae1a457779fed1a4c1e2509b707328 100644 (file)
@@ -505,6 +505,7 @@ config NETFILTER_XT_TARGET_RATEEST
 config NETFILTER_XT_TARGET_TEE
        tristate '"TEE" - packet cloning to alternate destiantion'
        depends on NETFILTER_ADVANCED
+       depends on (IPV6 || IPV6=n)
        ---help---
        This option adds a "TEE" target with which a packet can be cloned and
        this clone be rerouted to another nexthop.