From 8532c70fd182057b440b41f013d8021a95bd72b2 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Fri, 21 May 2010 12:57:23 +0200 Subject: Revert "Revert "Merge branch 'iptables-next'"" This reverts commit 110c1e4502e21ea38e0980e6f8af857d24330099. Revert the revert to restore the TEE target. --- extensions/libxt_TEE.man | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 extensions/libxt_TEE.man (limited to 'extensions/libxt_TEE.man') diff --git a/extensions/libxt_TEE.man b/extensions/libxt_TEE.man new file mode 100644 index 00000000..456d1502 --- /dev/null +++ b/extensions/libxt_TEE.man @@ -0,0 +1,12 @@ +The \fBTEE\fP target will clone a packet and redirect this clone to another +machine on the \fBlocal\fP network segment. In other words, the nexthop +must be the target, or you will have to configure the nexthop to forward it +further if so desired. +.TP +\fB\-\-gateway\fP \fIipaddr\fP +Send the cloned packet to the host reachable at the given IP address. +Use of 0.0.0.0 (for IPv4 packets) or :: (IPv6) is invalid. +.PP +To forward all incoming traffic on eth0 to an Network Layer logging box: +.PP +\-t mangle \-A PREROUTING \-i eth0 \-j TEE \-\-gateway 2001:db8::1 -- cgit v1.2.3