blob: 0f3afb186ddf3631475fa014398ef22de590d866 [file] [log] [blame]
Yasuyuki KOZAKAI28e5b792006-01-30 08:50:09 +00001This is used to modify the Hop Limit field in IPv6 header. The Hop Limit field
2is similar to what is known as TTL value in IPv4. Setting or incrementing the
3Hop Limit field can potentially be very dangerous, so it should be avoided at
4any cost. This target is only valid in
Henrik Nordstromc2794132004-01-22 15:04:24 +00005.B mangle
6table.
Jan Engelhardtaeafdb82008-08-12 11:42:04 +02007.PP
Yasuyuki KOZAKAI28e5b792006-01-30 08:50:09 +00008.B Don't ever set or increment the value on packets that leave your local network!
9.TP
Jan Engelhardtfea74bf2009-01-12 04:53:18 +010010\fB\-\-hl\-set\fP \fIvalue\fP
Yasuyuki KOZAKAI28e5b792006-01-30 08:50:09 +000011Set the Hop Limit to `value'.
Henrik Nordstromc2794132004-01-22 15:04:24 +000012.TP
Jan Engelhardtfea74bf2009-01-12 04:53:18 +010013\fB\-\-hl\-dec\fP \fIvalue\fP
Yasuyuki KOZAKAI28e5b792006-01-30 08:50:09 +000014Decrement the Hop Limit `value' times.
Henrik Nordstromc2794132004-01-22 15:04:24 +000015.TP
Jan Engelhardtfea74bf2009-01-12 04:53:18 +010016\fB\-\-hl\-inc\fP \fIvalue\fP
Yasuyuki KOZAKAI28e5b792006-01-30 08:50:09 +000017Increment the Hop Limit `value' times.