blob: d33e431c55ecb1a7b691608070e71fdaba9c1d47 [file] [log] [blame]
Yasuyuki KOZAKAI28e5b792006-01-30 08:50:09 +00001This module matches the Hop Limit field in the IPv6 header.
Henrik Nordstromc2794132004-01-22 15:04:24 +00002.TP
Yasuyuki KOZAKAI28e5b792006-01-30 08:50:09 +00003.BR "--hl-eq " "[!] \fIvalue\fP"
4Matches if Hop Limit equals \fIvalue\fP.
Henrik Nordstromc2794132004-01-22 15:04:24 +00005.TP
Yasuyuki KOZAKAI28e5b792006-01-30 08:50:09 +00006.BI "--hl-lt " "value"
7Matches if Hop Limit is less than \fIvalue\fP.
Henrik Nordstromc2794132004-01-22 15:04:24 +00008.TP
Yasuyuki KOZAKAI28e5b792006-01-30 08:50:09 +00009.BI "--hl-gt " "value"
10Matches if Hop Limit is greater than \fIvalue\fP.