mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-08 05:34:58 +02:00
doc: add example usage to libxt_TEE.man
This commit is contained in:

committed by
Jan Engelhardt

parent
d643fc4b6c
commit
6ed735a810
@@ -6,3 +6,7 @@ further if so desired.
|
|||||||
\fB\-\-gateway\fP \fIipaddr\fP
|
\fB\-\-gateway\fP \fIipaddr\fP
|
||||||
Send the cloned packet to the host reachable at the given IP address.
|
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.
|
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
|
||||||
|
Reference in New Issue
Block a user