Blame extensions/libxt_connmark.man

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