mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-22 04:24:58 +02:00
Initial commit.
Populate the iptables-addons repository with two modules, xt_TARPIT and xt_TEE, as a starting point. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
This commit is contained in:
9
extensions/xt_TEE.Kconfig
Normal file
9
extensions/xt_TEE.Kconfig
Normal file
@@ -0,0 +1,9 @@
|
||||
config NETFILTER_XT_TARGET_TEE
|
||||
tristate '"TEE" target support'
|
||||
depends on NETFILTER_XTABLES
|
||||
depends on NETFILTER_ADVANCED
|
||||
depends on IP_NF_MANGLE || IP6_NF_MANGLE
|
||||
---help---
|
||||
This option adds a "TEE" target, which enables you to duplicate
|
||||
packets and route those duplicates to a different gateway.
|
||||
The target has to be used inside the mangle table.
|
Reference in New Issue
Block a user