summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_connmark.man
diff options
context:
space:
mode:
authorHenrik Nordstrom <hno@marasystems.com>2004-02-03 08:19:04 +0000
committerHarald Welte <laforge@gnumonks.org>2004-02-03 08:19:04 +0000
commita6ef99487b05ac5f358cb58d9448e28ac5f38b30 (patch)
tree0651174ba2b0efbb7201f876391c05f94bcb97de /extensions/libipt_connmark.man
parentcc53628e73fee066105d8387d0b4f6b7e9d577c9 (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 00000000..a8e06001
--- /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).