mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-08 05:34:58 +02:00
doc: add manpages for xt_ECHO and xt_TEE
This commit is contained in:
4
extensions/libxt_ECHO.man
Normal file
4
extensions/libxt_ECHO.man
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
The \fBECHO\fP target will send back all packets it received. It serves as an
|
||||||
|
examples for an Xtables target.
|
||||||
|
.PP
|
||||||
|
ECHO takes no options.
|
8
extensions/libxt_TEE.man
Normal file
8
extensions/libxt_TEE.man
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
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--gw\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.
|
Reference in New Issue
Block a user