9fcb730db17c891906662a2ff68e9af2ed262ec1
[iptables.git] / extensions / libip6t_hl.man
1 This module matches the HOPLIMIT field in the IPv6 header.
2 .TP
3 .BI "--hl-eq " "value"
4 Matches if HOPLIMIT equals the given value.
5 .TP
6 .BI "--hl-lt " "ttl"
7 Matches if HOPLIMIT is less than the given value.
8 .TP
9 .BI "--hl-gt " "ttl"
10 Matches if HOPLIMIT is greater than the given value.