All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Jan Engelhardt <jengelh@medozas.de>
Cc: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>,
	Netfilter Developer Mailing List
	<netfilter-devel@vger.kernel.org>
Subject: Re: netfilter: ipset: use NFPROTO_ constants
Date: Tue, 30 Aug 2011 14:50:16 +0200	[thread overview]
Message-ID: <4E5CDC88.4000506@trash.net> (raw)
In-Reply-To: <alpine.LNX.2.01.1108251046050.1457@frira.zrqbmnf.qr>

On 25.08.2011 10:46, Jan Engelhardt wrote:
> parent 51b33b93d4c2e6c63afb177158f660fd17daf47c (v3.1-rc2-3-g51b33b9)
> commit bf6e2b96ffe871285cd6e9d24c8d23fbf84386e0
> Author: Jan Engelhardt <jengelh@medozas.de>
> Date:   Thu Aug 25 10:18:44 2011 +0200
> 
> netfilter: ipset: use NFPROTO_ constants
> 
> ipset is actually using NFPROTO values rather than AF (xt_set
> passes that along).
> 
> Semantic patch for the change:
> // <smpl>
> @@
> @@
> -AF_UNSPEC
> +NFPROTO_UNSPEC
> @@
> @@
> -AF_INET
> +NFPROTO_IPV4
> @@
> @@
> -AF_INET6
> +NFPROTO_IPV6
> // </smpl>
> 
> Signed-off-by: Jan Engelhardt <jengelh@medozas.de>

I'll wait for Jozsef to either Ack the patches or send them to me
before applying them.

      reply	other threads:[~2011-08-30 12:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-25  8:46 netfilter: ipset: use NFPROTO_ constants Jan Engelhardt
2011-08-30 12:50 ` Patrick McHardy [this message]

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=4E5CDC88.4000506@trash.net \
    --to=kaber@trash.net \
    --cc=jengelh@medozas.de \
    --cc=kadlec@blackhole.kfki.hu \
    --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.