]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
iptables: fix ipt_MARK documentation (Eric Leblond)
authorEric Leblond <eric@inl.fr>
Tue, 29 Aug 2006 09:45:21 +0000 (09:45 +0000)
committerPatrick McHardy <kaber@trash.net>
Tue, 29 Aug 2006 09:45:21 +0000 (09:45 +0000)
This patch documents --or-mask and --and-mask options of the MARK
target. Description is directly taken from the source code.

extensions/libipt_MARK.man

index 1c47e97a5060f00a9ef8a53f0ba7a75563ee6215..7ddf23eaa9e93c2dd8d460aa219377db9ea7d75d 100644 (file)
@@ -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