blob: a8e0600197ba090d209d356c5a0a5594a8f7e608 [file] [log] [blame]
Henrik Nordstroma6ef9942004-02-03 08:19:04 +00001This module matches the netfilter mark field associated with a connection
2(which can be set using the
3.B CONNMARK
4target below).
5.TP
6.BI "--mark " "value[/mask]"
7Matches packets in connections with the given mark value (if a mask is
8specified, this is logically ANDed with the mark before the
9comparison).