blob: ee87d9ec1a6200486af9b1c580531b91a8fed4de [file] [log] [blame]
Henrik Nordstroma6ef9942004-02-03 08:19:04 +00001This module matches the netfilter mark field associated with a connection
Jan Engelhardta7b07072008-01-20 13:32:01 +00002(which can be set using the \fBCONNMARK\fR target below).
Henrik Nordstroma6ef9942004-02-03 08:19:04 +00003.TP
Jan Engelhardtfea74bf2009-01-12 04:53:18 +01004[\fB!\fP] \fB\-\-mark\fP \fIvalue\fP[\fB/\fP\fImask\fP]
Henrik Nordstroma6ef9942004-02-03 08:19:04 +00005Matches packets in connections with the given mark value (if a mask is
Jan Engelhardta7b07072008-01-20 13:32:01 +00006specified, this is logically ANDed with the mark before the comparison).