summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_TEE.man
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-05-21 12:47:16 +0200
committerPatrick McHardy <kaber@trash.net>2010-05-21 12:47:16 +0200
commit110c1e4502e21ea38e0980e6f8af857d24330099 (patch)
treefeb3d32598f9940b9417c0e6c49963231f98adc2 /extensions/libxt_TEE.man
parent65414babaebcd403e9bf2c27d9d74adb369bf3aa (diff)
Revert "Merge branch 'iptables-next'"
This reverts commit 65414babaebcd403e9bf2c27d9d74adb369bf3aa, reversing changes made to 7278461dfad72e2008585dd0bac0e889e5bba99e. Forgot to commit the version increase.
Diffstat (limited to 'extensions/libxt_TEE.man')
-rw-r--r--extensions/libxt_TEE.man12
1 files changed, 0 insertions, 12 deletions
diff --git a/extensions/libxt_TEE.man b/extensions/libxt_TEE.man
deleted file mode 100644
index 456d1502..00000000
--- a/extensions/libxt_TEE.man
+++ /dev/null
@@ -1,12 +0,0 @@
-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