All of lore.kernel.org
 help / color / mirror / Atom feed
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 4/6] Merge ipt_TOS into xt_DSCP
Date: Tue, 27 Nov 2007 01:02:07 +0100	[thread overview]
Message-ID: <474B5E7F.9080009@trash.net> (raw)
In-Reply-To: <Pine.LNX.4.64.0711270043040.22369@fbirervta.pbzchgretzou.qr>

Jan Engelhardt wrote:
> Merge ipt_TOS into xt_DSCP.
>
> Merge ipt_TOS (tos v0 target) 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 two of the implicit 4-patch series to move tos to
> xtables and extend it by IPv6.
>
> +	{
> +		.name       = "TOS",
> +		.revision   = 0,
> +		.family     = AF_INET,
> +		.table      = "mangle",
> +		.target     = tos_tg_v0,
> +		.targetsize = sizeof(struct ipt_tos_target_info),
> +		.checkentry = tos_tg_check_v0,
> +		.me         = THIS_MODULE,
> +	},
>  };
>  

Also applied but fixed indentation. Thanks.

  reply	other threads:[~2007-11-27  0:02 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   ` NF [PATCH 3/6] " Patrick McHardy
2007-11-26 23:43 ` NF [PATCH 4/6] Merge ipt_TOS into xt_DSCP Jan Engelhardt
2007-11-27  0:02   ` Patrick McHardy [this message]
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=474B5E7F.9080009@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.