summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org>2006-08-29 09:45:21 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org>2006-08-29 09:45:21 +0000
commit5caad3a90760a8732f233df2ca7a1f7372225d6b (patch)
tree0dd1ed4a2197d887a0e0ea4850b8648788fce4eb
parente02e9f7728e388573a6fc1e0851ba6c2159a7c25 (diff)
[PATCH] iptables: fix ipt_MARK documentation (Eric Leblond)
This patch documents --or-mask and --and-mask options of the MARK target. Description is directly taken from the source code.
-rw-r--r--extensions/libipt_MARK.man9
1 files changed, 8 insertions, 1 deletions
diff --git a/extensions/libipt_MARK.man b/extensions/libipt_MARK.man
index 1c47e97..7ddf23e 100644
--- a/extensions/libipt_MARK.man
+++ b/extensions/libipt_MARK.man
@@ -3,4 +3,11 @@ packet. It is only valid in the
.B mangle
table. It can for example be used in conjunction with iproute2.
.TP
-.BI "--set-mark " "mark"
+.BI "--set-mark " "value"
+Set nfmark value
+.TP
+.BI "--and-mark " "value"
+Binary AND the nfmark with value
+.TP
+.BI "--or-mark " "value"
+Binary OR the nfmark with value