Blame extensions/libxt_mark.man

Packit 7b22a4
This module matches the netfilter mark field associated with a packet
Packit 7b22a4
(which can be set using the
Packit 7b22a4
.B MARK
Packit 7b22a4
target below).
Packit 7b22a4
.TP
Packit 7b22a4
[\fB!\fP] \fB\-\-mark\fP \fIvalue\fP[\fB/\fP\fImask\fP]
Packit 7b22a4
Matches packets with the given unsigned mark value (if a \fImask\fP is
Packit 7b22a4
specified, this is logically ANDed with the \fImask\fP before the
Packit 7b22a4
comparison).