From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Daniel Borkmann <dborkman@redhat.com>,
netfilter-devel@vger.kernel.org, netdev@vger.kernel.org,
kaber@trash.net
Subject: Re: [PATCH v2 -next] netfilter: don't use per-destination incrementing ports in nat random mode
Date: Sat, 21 Dec 2013 13:27:51 +0100 [thread overview]
Message-ID: <20131221122751.GA27268@localhost> (raw)
In-Reply-To: <20131221122617.GF14073@order.stressinduktion.org>
On Sat, Dec 21, 2013 at 01:26:17PM +0100, Hannes Frederic Sowa wrote:
> On Sat, Dec 21, 2013 at 01:17:59PM +0100, Pablo Neira Ayuso wrote:
> > > diff --git a/include/uapi/linux/netfilter/nf_nat.h b/include/uapi/linux/netfilter/nf_nat.h
> > > index bf0cc37..1ad3659 100644
> > > --- a/include/uapi/linux/netfilter/nf_nat.h
> > > +++ b/include/uapi/linux/netfilter/nf_nat.h
> >
> > This is exposed to userspace.
> >
> > > @@ -4,10 +4,14 @@
> > > #include <linux/netfilter.h>
> > > #include <linux/netfilter/nf_conntrack_tuple_common.h>
> > >
> > > -#define NF_NAT_RANGE_MAP_IPS 1
> > > -#define NF_NAT_RANGE_PROTO_SPECIFIED 2
> > > -#define NF_NAT_RANGE_PROTO_RANDOM 4
> > > -#define NF_NAT_RANGE_PERSISTENT 8
> > > +#define NF_NAT_RANGE_MAP_IPS (1 << 0)
> > > +#define NF_NAT_RANGE_PROTO_SPECIFIED (1 << 1)
> > > +#define NF_NAT_RANGE_PROTO_RANDOM (1 << 2)
> > > +#define NF_NAT_RANGE_PERSISTENT (1 << 3)
> > > +#define NF_NAT_RANGE_PROTO_RANDOM_FULLY (1 << 4)
> >
> > So you cannot change it. It would break old iptables binaries.
>
> There are no semantic changes besides the addition of
> NF_NAT_RANGE_PROTO_RANDOM_FULLY. Otherwise just the notation is changed,
> which looks sane to me.
My fault sorry. I overlooked that you were just converting from
numeric to flag notation.
This is fine.
> > BTW, please send me the userspace part.
>
> Daniel has the patch ready, I think he will submit it later today.
Thanks.
next prev parent reply other threads:[~2013-12-21 12:27 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-19 13:40 [PATCH] nf-nat: don't use per destination incrementing ports in nat random mode Hannes Frederic Sowa
2013-12-19 23:21 ` Daniel Borkmann
2013-12-20 0:48 ` [PATCH next v2] " Hannes Frederic Sowa
2013-12-20 8:01 ` Pablo Neira Ayuso
2013-12-20 21:40 ` [PATCH v2 -next] netfilter: don't use per-destination " Hannes Frederic Sowa
2013-12-21 12:17 ` Pablo Neira Ayuso
2013-12-21 12:26 ` Hannes Frederic Sowa
2013-12-21 12:27 ` Pablo Neira Ayuso [this message]
2013-12-21 16:25 ` Daniel Borkmann
2013-12-22 3:15 ` [PATCH iptables] iptables: snat: add randomize-full support Hannes Frederic Sowa
2014-01-03 23:43 ` Pablo Neira Ayuso
2014-01-03 22:52 ` [PATCH v2 -next] netfilter: don't use per-destination incrementing ports in nat random mode Pablo Neira Ayuso
2014-01-03 23:11 ` Daniel Borkmann
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=20131221122751.GA27268@localhost \
--to=pablo@netfilter.org \
--cc=dborkman@redhat.com \
--cc=kaber@trash.net \
--cc=netdev@vger.kernel.org \
--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).