netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
To: netfilter-devel@vger.kernel.org
Cc: fw@strlen.de
Subject: [libnetfilter_conntrack PATCH 0/3] support for IPv6 NAT
Date: Tue, 17 May 2016 14:50:26 +0200	[thread overview]
Message-ID: <146348935823.4910.10745657047372991575.stgit@nfdev2.cica.es> (raw)

The following series implements support for IPv6 NAT, which
was lacking in this library and in conntrackd.

I will to follow-up with the conntrackd patches, but I would like
to get an early review on these 3 patches to know if I'm working in the
right direction.

Comments welcome.

---

Arturo Borrero Gonzalez (3):
      src: add support for IPv6 to struct __nfct_nat
      src: add support for IPv6 NAT
      qa: update test_api with IPv6 NAT


 include/internal/object.h                          |    2 
 .../libnetfilter_conntrack.h                       |    2 
 qa/test_api.c                                      |    2 
 src/conntrack/build.c                              |   69 +++++++++++++---
 src/conntrack/build_mnl.c                          |   65 +++++++++++++--
 src/conntrack/copy.c                               |   20 ++++-
 src/conntrack/getter.c                             |   16 +++-
 src/conntrack/objopt.c                             |   85 ++++++++++++++++----
 src/conntrack/setter.c                             |   20 ++++-
 9 files changed, 236 insertions(+), 45 deletions(-)

--

             reply	other threads:[~2016-05-17 12:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-17 12:50 Arturo Borrero Gonzalez [this message]
2016-05-17 12:50 ` [libnetfilter_conntrack PATCH 1/3] src: add support for IPv6 to struct __nfct_nat Arturo Borrero Gonzalez
2016-05-17 15:45   ` Pablo Neira Ayuso
2016-05-17 12:50 ` [libnetfilter_conntrack PATCH 2/3] src: add support for IPv6 NAT Arturo Borrero Gonzalez
2016-05-17 15:38   ` Pablo Neira Ayuso
2016-05-17 12:50 ` [libnetfilter_conntrack PATCH 3/3] qa: update test_api with " Arturo Borrero Gonzalez

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=146348935823.4910.10745657047372991575.stgit@nfdev2.cica.es \
    --to=arturo.borrero.glez@gmail.com \
    --cc=fw@strlen.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).