05f8e1ec37121e613e60be992094053ac69fa1a1
[iptables.git] / extensions / libip6t_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 mask is
8 specified, this is logically ANDed with the mask before the
9 comparison).