From: Eric Leblond Date: Tue, 29 Aug 2006 09:45:21 +0000 (+0000) Subject: iptables: fix ipt_MARK documentation (Eric Leblond) X-Git-Tag: v1.3.6~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09c8e300ca4717f2f8ecd940808ef66513b0c7dd;p=thirdparty%2Fiptables.git 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. --- 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