summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_mark.man
diff options
context:
space:
mode:
author/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-11-29 04:55:35 +0000
committer/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-11-29 04:55:35 +0000
commit765c05cd7214c87b14b9a142614b0efdd70fc0c6 (patch)
tree96dad95fc86bb35209fe3a3d68b57fa65f6f58fd /extensions/libxt_mark.man
parent83213336b666ac89a008f400219e60e7c8517861 (diff)
Unifies libip[6]t_mark.man to libxt_mark.man
Diffstat (limited to 'extensions/libxt_mark.man')
-rw-r--r--extensions/libxt_mark.man9
1 files changed, 9 insertions, 0 deletions
diff --git a/extensions/libxt_mark.man b/extensions/libxt_mark.man
new file mode 100644
index 0000000..a2a1395
--- /dev/null
+++ b/extensions/libxt_mark.man
@@ -0,0 +1,9 @@
+This module matches the netfilter mark field associated with a packet
+(which can be set using the
+.B MARK
+target below).
+.TP
+.BR "--mark " "\fIvalue\fP[/\fImask\fP]"
+Matches packets with the given unsigned mark value (if a \fImask\fP is
+specified, this is logically ANDed with the \fImask\fP before the
+comparison).