From: Patrick McHardy <kaber@trash.net>
To: Jan Engelhardt <jengelh@computergmbh.de>
Cc: Netfilter Developer Mailing List <netfilter-devel@vger.kernel.org>
Subject: Re: [PATCH 4/5][IPTABLES]: libxt_CONNMARK revision 1
Date: Tue, 29 Jan 2008 14:19:35 +0100 [thread overview]
Message-ID: <479F27E7.7040300@trash.net> (raw)
In-Reply-To: <Pine.LNX.4.64.0801242002320.12676@fbirervta.pbzchgretzou.qr>
Jan Engelhardt wrote:
> +static void connmark_tg_help(void)
> +{
> + printf(
> +"CONNMARK target options:\n"
> +" XOR-based operations:\n"
> +" --set-xmark value[/ctmask] Zero mask bits and XOR ctmark with value\n"
> +" --save-mark [--ctmask mask] [--nfmask mask]\n"
> +" Copy ctmark to nfmark using masks\n"
> +" --restore-mark [--ctmask mask] [--nfmask mask]\n"
> +" Copy nfmark to ctmark using masks\n"
> +" OR-based operations:\n"
> +" --set-mark value[/mask] Set conntrack mark value\n"
> +" --save-mark [--mask mask] Save the packet nfmark in the connection\n"
> +" --restore-mark [--mask mask] Restore saved nfmark value\n"
> +" Other operations:\n"
> +" --and-mark value Binary AND the ctmark with bits\n"
> +" --or-mark value Binary OR the ctmark with bits\n"
> +" --xor-mark value Binary XOR the ctmark with bits\n"
I don't think users need to care how the operations are implemented,
so I removed the "XOR-based/OR-based/Other" lines.
next prev parent reply other threads:[~2008-01-29 13:35 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-24 19:01 [PATCH 1/5][IPTABLES]: Import netfilter.h Jan Engelhardt
2008-01-24 19:01 ` [PATCH 2/5][IPTABLES]: Give preference to iptables header files Jan Engelhardt
2008-01-29 13:15 ` Patrick McHardy
2008-01-24 19:02 ` [PATCH 3/5][IPTABLES]: Build adjustments Jan Engelhardt
2008-01-29 13:16 ` Patrick McHardy
2008-01-24 19:02 ` [PATCH 4/5][IPTABLES]: libxt_CONNMARK revision 1 Jan Engelhardt
2008-01-29 13:19 ` Patrick McHardy [this message]
2008-01-24 19:02 ` [PATCH 5/5][IPTABLES]: libxt_hashlimit " Jan Engelhardt
2008-01-29 13:10 ` [PATCH 1/5][IPTABLES]: Import netfilter.h Patrick McHardy
2008-01-29 14:31 ` Jan Engelhardt
2008-01-29 14:34 ` Patrick McHardy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=479F27E7.7040300@trash.net \
--to=kaber@trash.net \
--cc=jengelh@computergmbh.de \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.