You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
307 B
10 lines
307 B
This module matches the Hop Limit field in the IPv6 header. |
|
.TP |
|
[\fB!\fP] \fB\-\-hl\-eq\fP \fIvalue\fP |
|
Matches if Hop Limit equals \fIvalue\fP. |
|
.TP |
|
\fB\-\-hl\-lt\fP \fIvalue\fP |
|
Matches if Hop Limit is less than \fIvalue\fP. |
|
.TP |
|
\fB\-\-hl\-gt\fP \fIvalue\fP |
|
Matches if Hop Limit is greater than \fIvalue\fP.
|
|
|