From: Patrick McHardy <kaber@trash.net>
To: Jan Engelhardt <jengelh@computergmbh.de>
Cc: Netfilter Developer Mailing List <netfilter-devel@vger.kernel.org>
Subject: Re: NF [PATCH 3/6] Merge ipt_tos into xt_dscp
Date: Tue, 27 Nov 2007 01:01:02 +0100 [thread overview]
Message-ID: <474B5E3E.5090501@trash.net> (raw)
In-Reply-To: <Pine.LNX.4.64.0711270042410.22369@fbirervta.pbzchgretzou.qr>
Jan Engelhardt wrote:
> Merge ipt_tos into xt_dscp.
>
> Merge ipt_tos (tos v0 match) into xt_dscp. They both modify the same
> field in the IPv4 header, so it seems reasonable to keep them in one
> piece. This is part one of the implicit 4-patch series to move tos to
> xtables and extend it by IPv6.
>
> static struct xt_match dscp_mt_reg[] __read_mostly = {
> {
> .name = "dscp",
> @@ -77,6 +89,14 @@ static struct xt_match dscp_mt_reg[] __r
> .matchsize = sizeof(struct xt_dscp_info),
> .me = THIS_MODULE,
> },
> + {
> + .name = "tos",
> + .revision = 0,
> + .family = AF_INET,
> + .match = tos_mt_v0,
> + .matchsize = sizeof(struct ipt_tos_info),
> + .me = THIS_MODULE,
> + },
Applied, but changed the last part to match the indentation of
the other match structs.
next prev parent reply other threads:[~2007-11-27 0:01 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-26 23:42 NF [PATCH 1/6] Use lowercase names for matches Jan Engelhardt
2007-11-26 23:42 ` NF [PATCH 2/6] Constify include/net/dsfield.h Jan Engelhardt
2007-11-26 23:59 ` Patrick McHardy
2007-11-26 23:43 ` NF [PATCH 3/6] Merge ipt_tos into xt_dscp Jan Engelhardt
2007-11-26 23:54 ` NF [PATCH 3/6] (re) " Jan Engelhardt
2007-11-27 0:01 ` Patrick McHardy [this message]
2007-11-26 23:43 ` NF [PATCH 4/6] Merge ipt_TOS into xt_DSCP Jan Engelhardt
2007-11-27 0:02 ` Patrick McHardy
2007-11-26 23:43 ` NF [PATCH 5/6] xt_tos v1 match Jan Engelhardt
2007-11-27 0:03 ` Patrick McHardy
2007-11-26 23:43 ` NF [PATCH 6/6] xt_TOS v1 target Jan Engelhardt
2007-11-27 0:05 ` Patrick McHardy
2007-11-26 23:46 ` IPT [PATCH 1/3] Introduce bound_strtou() Jan Engelhardt
2007-11-26 23:46 ` IPT [PATCH 2/3] libxt_tos match module Jan Engelhardt
2007-11-26 23:46 ` IPT [PATCH 3/3] libxt_TOS target module Jan Engelhardt
2007-11-26 23:51 ` NF [PATCH 1/6] (borked it!) Use lowercase names for matches Jan Engelhardt
2007-11-26 23:54 ` Patrick McHardy
2007-11-26 23:53 ` NF [PATCH 1/6] (resend) " Jan Engelhardt
2007-11-26 23:59 ` NF [PATCH 1/6] " 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=474B5E3E.5090501@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).