Blame extensions/libip6t_HL.man

Packit Service d1fe03
This is used to modify the Hop Limit field in IPv6 header. The Hop Limit field
Packit Service d1fe03
is similar to what is known as TTL value in IPv4.  Setting or incrementing the
Packit Service d1fe03
Hop Limit field can potentially be very dangerous, so it should be avoided at
Packit Service d1fe03
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\-\-hl\-set\fP \fIvalue\fP
Packit Service d1fe03
Set the Hop Limit to `value'.
Packit Service d1fe03
.TP
Packit Service d1fe03
\fB\-\-hl\-dec\fP \fIvalue\fP
Packit Service d1fe03
Decrement the Hop Limit `value' times.
Packit Service d1fe03
.TP
Packit Service d1fe03
\fB\-\-hl\-inc\fP \fIvalue\fP
Packit Service d1fe03
Increment the Hop Limit `value' times.