blob: a2a13957ad75d2b0ddbd1c57ea79b78327258685 [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
6.BR "--mark " "\fIvalue\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).