summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_hl.man
blob: 9fcb730db17c891906662a2ff68e9af2ed262ec1 (plain)
1
2
3
4
5
6
7
8
9
10
This module matches the HOPLIMIT field in the IPv6 header.
.TP
.BI "--hl-eq " "value"
Matches if HOPLIMIT equals the given value.
.TP
.BI "--hl-lt " "ttl"
Matches if HOPLIMIT is less than the given value.
.TP
.BI "--hl-gt " "ttl"
Matches if HOPLIMIT is greater than the given value.