6b8291d938a4360339ebd6822f92ce17e166dd5f
[iptables.git] / extensions / libip6t_HL.man
1 This is used to modify the IPv6 HOPLIMIT header field.  The HOPLIMIT field is 
2 similar to what is known as TTL value in IPv4.  Setting or incrementing the
3 HOPLIMIT field can potentially be very dangerous, so it should be avoided at
4 any cost.  
5 .TP
6 .B Don't ever set or increment the value on packets that leave your local network!
7 .B mangle
8 table.
9 .TP
10 .BI "--hl-set " "value"
11 Set the HOPLIMIT value to `value'.
12 .TP
13 .BI "--hl-dec " "value"
14 Decrement the HOPLIMIT value `value' times.
15 .TP
16 .BI "--hl-inc " "value"
17 Increment the HOPLIMIT value `value' times.