Merge to iptables-1.3.5
[iptables.git] / extensions / libipt_mark.man
1 This module matches the netfilter mark field associated with a packet
2 (which can be set using the
3 .B MARK
4 target below).
5 .TP
6 .BR "--mark " "\fIvalue\fP[/\fImask\fP]"
7 Matches packets with the given unsigned mark value (if a \fImask\fP is
8 specified, this is logically ANDed with the \fImask\fP before the
9 comparison).