summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorEric Leblond <eric@inl.fr>2006-08-29 09:45:21 +0000
committerPatrick McHardy <kaber@trash.net>2006-08-29 09:45:21 +0000
commit09c8e300ca4717f2f8ecd940808ef66513b0c7dd (patch)
tree0dd1ed4a2197d887a0e0ea4850b8648788fce4eb /extensions
parente5bd1d779fab33353c1dc2d2fa49db639dcebd38 (diff)
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.
Diffstat (limited to 'extensions')
-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 1c47e97a..7ddf23ea 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