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