Blame extensions/libipt_TTL.man

Packit 7b22a4
This is used to modify the IPv4 TTL header field.  The TTL field determines
Packit 7b22a4
how many hops (routers) a packet can traverse until it's time to live is
Packit 7b22a4
exceeded.
Packit 7b22a4
.PP
Packit 7b22a4
Setting or incrementing the TTL field can potentially be very dangerous,
Packit 7b22a4
so it should be avoided at any cost. This target is only valid in
Packit 7b22a4
.B mangle
Packit 7b22a4
table.
Packit 7b22a4
.PP
Packit 7b22a4
.B Don't ever set or increment the value on packets that leave your local network!
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-ttl\-set\fP \fIvalue\fP
Packit 7b22a4
Set the TTL value to `value'.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-ttl\-dec\fP \fIvalue\fP
Packit 7b22a4
Decrement the TTL value `value' times.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-ttl\-inc\fP \fIvalue\fP
Packit 7b22a4
Increment the TTL value `value' times.