blob: 264b17dff64236dec4977a5434856e58164f37fe [file] [log] [blame]
Henrik Nordstromc2794132004-01-22 15:04:24 +00001This module matches the netfilter mark field associated with a packet
2(which can be set using the
3.B MARK
4target below).
5.TP
Jan Engelhardtfea74bf2009-01-12 04:53:18 +01006[\fB!\fP] \fB\-\-mark\fP \fIvalue\fP[\fB/\fP\fImask\fP]
Yasuyuki KOZAKAI28e5b792006-01-30 08:50:09 +00007Matches packets with the given unsigned mark value (if a \fImask\fP is
8specified, this is logically ANDed with the \fImask\fP before the
Henrik Nordstromc2794132004-01-22 15:04:24 +00009comparison).