* [PATCH] iptables: fix ipt_MARK documentation
@ 2006-08-28 21:58 Eric Leblond
2006-08-29 9:13 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Eric Leblond @ 2006-08-28 21:58 UTC (permalink / raw)
To: netfilter-devel
[-- Attachment #1: Type: text/plain, Size: 167 bytes --]
Hi,
This patch documents --or-mask and --and-mask options of the MARK
target. Description is directly taken from the source code.
BR,
--
Eric Leblond <eric@inl.fr>
[-- Attachment #2: libipt_MARK.man.diff --]
[-- Type: text/x-patch, Size: 485 bytes --]
=== extensions/libipt_MARK.man
==================================================================
--- extensions/libipt_MARK.man (revision 4255)
+++ extensions/libipt_MARK.man (local)
@@ -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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-08-29 9:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-28 21:58 [PATCH] iptables: fix ipt_MARK documentation Eric Leblond
2006-08-29 9:13 ` Patrick McHardy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.