From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Cc: netfilter-devel@vger.kernel.org, kaber@trash.net
Subject: Re: [nft PATCH 1/2] src: add nat persistent and random options
Date: Thu, 9 Oct 2014 14:17:00 +0200 [thread overview]
Message-ID: <20141009121700.GA17680@salvia> (raw)
In-Reply-To: <20141003124641.9409.9789.stgit@nfdev.cica.es>
On Fri, Oct 03, 2014 at 02:46:41PM +0200, Arturo Borrero Gonzalez wrote:
> This patch adds more configuration options to the nat expression.
>
> The syntax is as follow:
> % nft add rule nat postrouting <snat|dnat> <nat_arguments> [flags]
>
> Flags are: random, persistent, random-fully.
> Example:
>
> % nft add rule nat postrouting dnat 1.1.1.1 random,persistent
>
> A requirement is to cache some [recent] copies of kernel headers.
Applied, thanks Arturo.
Please, send me a follow-up patch to add test for the new regression
testing infrastructure and document this in our wiki page.
prev parent reply other threads:[~2014-10-09 12:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-03 12:46 [nft PATCH 1/2] src: add nat persistent and random options Arturo Borrero Gonzalez
2014-10-03 12:46 ` [nft PATCH 2/2] src: add masquerade support Arturo Borrero Gonzalez
2014-10-03 13:10 ` Pablo Neira Ayuso
2014-10-09 12:17 ` Pablo Neira Ayuso [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=20141009121700.GA17680@salvia \
--to=pablo@netfilter.org \
--cc=arturo.borrero.glez@gmail.com \
--cc=kaber@trash.net \
--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.