iptables-1.3.2-20050720
[iptables.git] / extensions / libipt_connmark.man
diff --git a/extensions/libipt_connmark.man b/extensions/libipt_connmark.man
new file mode 100644 (file)
index 0000000..a8e0600
--- /dev/null
@@ -0,0 +1,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).