Henrik Nordstrom | a6ef994 | 2004-02-03 08:19:04 +0000 | [diff] [blame] | 1 | This module matches the netfilter mark field associated with a connection |
Jan Engelhardt | c6775d6 | 2010-07-23 21:23:05 +0200 | [diff] [blame] | 2 | (which can be set using the \fBCONNMARK\fP target below). |
Henrik Nordstrom | a6ef994 | 2004-02-03 08:19:04 +0000 | [diff] [blame] | 3 | .TP |
Jan Engelhardt | fea74bf | 2009-01-12 04:53:18 +0100 | [diff] [blame] | 4 | [\fB!\fP] \fB\-\-mark\fP \fIvalue\fP[\fB/\fP\fImask\fP] |
Henrik Nordstrom | a6ef994 | 2004-02-03 08:19:04 +0000 | [diff] [blame] | 5 | Matches packets in connections with the given mark value (if a mask is |
Jan Engelhardt | a7b0707 | 2008-01-20 13:32:01 +0000 | [diff] [blame] | 6 | specified, this is logically ANDed with the mark before the comparison). |