netfilter: xtables: inclusion of xt_TEE
authorJan Engelhardt <jengelh@medozas.de>
Mon, 19 Apr 2010 12:17:47 +0000 (14:17 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 19 Apr 2010 12:17:47 +0000 (14:17 +0200)
commite281b19897dc21c1071802808d461627d747a877
treee779b58643237f00305b016d6749825d7b3426f8
parentf0d57a54aa9fdf3a4d9435d44c69b20388ad0b3b
netfilter: xtables: inclusion of xt_TEE

xt_TEE can be used to clone and reroute a packet. This can for
example be used to copy traffic at a router for logging purposes
to another dedicated machine.

References: http://www.gossamer-threads.com/lists/iptables/devel/68781
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
include/linux/netfilter/Kbuild
include/linux/netfilter/xt_TEE.h [new file with mode: 0644]
net/ipv4/ip_output.c
net/ipv6/ip6_output.c
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/xt_TEE.c [new file with mode: 0644]