yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | This module matches the Hop Limit field in the IPv6 header. |
2 | .TP | ||||
3 | [\fB!\fP] \fB\-\-hl\-eq\fP \fIvalue\fP | ||||
4 | Matches if Hop Limit equals \fIvalue\fP. | ||||
5 | .TP | ||||
6 | \fB\-\-hl\-lt\fP \fIvalue\fP | ||||
7 | Matches if Hop Limit is less than \fIvalue\fP. | ||||
8 | .TP | ||||
9 | \fB\-\-hl\-gt\fP \fIvalue\fP | ||||
10 | Matches if Hop Limit is greater than \fIvalue\fP. |