summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_mark.man
blob: 264b17dff64236dec4977a5434856e58164f37fe (plain)
1
2
3
4
5
6
7
8
9
This module matches the netfilter mark field associated with a packet
(which can be set using the
.B MARK
target below).
.TP
[\fB!\fP] \fB\-\-mark\fP \fIvalue\fP[\fB/\fP\fImask\fP]
Matches packets with the given unsigned mark value (if a \fImask\fP is
specified, this is logically ANDed with the \fImask\fP before the
comparison).