| lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | This module matches the netfilter mark field associated with a packet |
| 2 | (which can be set using the | ||||
| 3 | .B MARK | ||||
| 4 | target below). | ||||
| 5 | .TP | ||||
| 6 | [\fB!\fP] \fB\-\-mark\fP \fIvalue\fP[\fB/\fP\fImask\fP] | ||||
| 7 | Matches packets with the given unsigned mark value (if a \fImask\fP is | ||||
| 8 | specified, this is logically ANDed with the \fImask\fP before the | ||||
| 9 | comparison). | ||||