[netfilter-cvslog] r6666 - trunk/iptables/extensions

kaber at netfilter.org kaber at netfilter.org
Tue Aug 29 11:45:22 CEST 2006


Author: kaber at netfilter.org
Date: 2006-08-29 11:45:21 +0200 (Tue, 29 Aug 2006)
New Revision: 6666

Modified:
   trunk/iptables/extensions/libipt_MARK.man
Log:
[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.


Modified: trunk/iptables/extensions/libipt_MARK.man
===================================================================
--- trunk/iptables/extensions/libipt_MARK.man	2006-08-22 02:56:41 UTC (rev 6665)
+++ trunk/iptables/extensions/libipt_MARK.man	2006-08-29 09:45:21 UTC (rev 6666)
@@ -3,4 +3,11 @@
 .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




More information about the netfilter-cvslog mailing list