summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_connmark.man
diff options
context:
space:
mode:
authorlaforge <laforge>2004-02-03 08:19:04 +0000
committerlaforge <laforge>2004-02-03 08:19:04 +0000
commit5b91d339b746219d2d0be374411639156b7794d1 (patch)
tree0651174ba2b0efbb7201f876391c05f94bcb97de /extensions/libipt_connmark.man
parenta3a5ec9354b2da5b8ccb2d2740f7d9d7110ad274 (diff)
latest version of CONNMARK (Henrik Nordstrom)
Diffstat (limited to 'extensions/libipt_connmark.man')
-rw-r--r--extensions/libipt_connmark.man9
1 files changed, 9 insertions, 0 deletions
diff --git a/extensions/libipt_connmark.man b/extensions/libipt_connmark.man
new file mode 100644
index 0000000..a8e0600
--- /dev/null
+++ b/extensions/libipt_connmark.man
@@ -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).