netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Jan Engelhardt <jengelh@medozas.de>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH 2/2] netfilter: Combine ipt_ttl and ip6t_hl source
Date: Wed, 18 Feb 2009 18:40:35 +0100	[thread overview]
Message-ID: <499C4813.8070102@trash.net> (raw)
In-Reply-To: <1234972949-12036-3-git-send-email-jengelh@medozas.de>

Jan Engelhardt wrote:
> Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
> ---
>  net/ipv4/netfilter/Kconfig   |    9 ----
>  net/ipv4/netfilter/Makefile  |    1 -
>  net/ipv4/netfilter/ipt_ttl.c |   63 ------------------------
>  net/ipv6/netfilter/Kconfig   |    9 ----
>  net/ipv6/netfilter/Makefile  |    1 -
>  net/ipv6/netfilter/ip6t_hl.c |   68 --------------------------
>  net/netfilter/Kconfig        |    8 +++
>  net/netfilter/Makefile       |    1 +
>  net/netfilter/xt_hl.c        |  108 ++++++++++++++++++++++++++++++++++++++++++
>  9 files changed, 117 insertions(+), 151 deletions(-)
>  delete mode 100644 net/ipv4/netfilter/ipt_ttl.c
>  delete mode 100644 net/ipv6/netfilter/ip6t_hl.c
>  create mode 100644 net/netfilter/xt_hl.c

Also applied, thanks. How about a compat config option for one
or two releases to keep the make oldconfig annoyance down?

  reply	other threads:[~2009-02-18 17:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-18 16:02 Combination patches, round 1 Jan Engelhardt
2009-02-18 16:02 ` [PATCH 1/2] netfilter: Combine ipt_TTL and ip6t_HL source Jan Engelhardt
2009-02-18 17:39   ` Patrick McHardy
2009-02-18 16:02 ` [PATCH 2/2] netfilter: Combine ipt_ttl and ip6t_hl source Jan Engelhardt
2009-02-18 17:40   ` Patrick McHardy [this message]
2009-02-18 17:59     ` Jan Engelhardt
2009-02-18 18:07       ` Patrick McHardy
2009-02-19  0:48         ` Jan Engelhardt
2009-02-19 10:16           ` 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=499C4813.8070102@trash.net \
    --to=kaber@trash.net \
    --cc=jengelh@medozas.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).