summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_connmark.man
blob: a8e0600197ba090d209d356c5a0a5594a8f7e608 (plain)
1
2
3
4
5
6
7
8
9
This module matches the netfilter mark field associated with a connection
(which can be set using the
.B CONNMARK
target below).
.TP
.BI "--mark " "value[/mask]"
Matches packets in connections with the given mark value (if a mask is
specified, this is logically ANDed with the mark before the
comparison).