Merge commit 'origin/trunk@12184' into fedora
[iptables.git] / trunk / extensions / libxt_connmark.man
diff --git a/trunk/extensions/libxt_connmark.man b/trunk/extensions/libxt_connmark.man
new file mode 100644 (file)
index 0000000..a50c537
--- /dev/null
@@ -0,0 +1,6 @@
+This module matches the netfilter mark field associated with a connection
+(which can be set using the \fBCONNMARK\fR target below).
+.TP
+[\fB!\fP] \fB--mark\fR \fIvalue\fR[\fB/\fR\fImask\fR]
+Matches packets in connections with the given mark value (if a mask is
+specified, this is logically ANDed with the mark before the comparison).