Blame extensions/libipt_TTL.man

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