Blame extensions/libxt_mark.man

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