From: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
To: netfilter-devel@vger.kernel.org
Cc: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Subject: [iptables-nftables PATCH 0/3] NFPROTO_ARP and arp mangle target support (+ one minor fix)
Date: Fri, 6 Sep 2013 10:51:47 +0300 [thread overview]
Message-ID: <1378453910-17954-1-git-send-email-tomasz.bursztyka@linux.intel.com> (raw)
This patchset prepares for arptables-nftables to be included so it will use libxtables for its target.
Tomasz Bursztyka (3):
nft: Fix a minor compilation warning
libxtables: Add NFPROTO_ARP support for libarpt_* prefixed extensions
libxtables: Port libarptc mangle target into libxtables
configure.ac | 5 +
extensions/GNUmakefile.in | 52 +++-
extensions/libarpt_mangle.c | 388 ++++++++++++++++++++++++++++++
include/linux/netfilter_arp.h | 19 ++
include/linux/netfilter_arp/arp_tables.h | 204 ++++++++++++++++
include/linux/netfilter_arp/arpt_mangle.h | 26 ++
iptables/nft-shared.c | 2 +-
libxtables/xtables.c | 14 ++
8 files changed, 701 insertions(+), 9 deletions(-)
create mode 100644 extensions/libarpt_mangle.c
create mode 100644 include/linux/netfilter_arp.h
create mode 100644 include/linux/netfilter_arp/arp_tables.h
create mode 100644 include/linux/netfilter_arp/arpt_mangle.h
--
1.8.3.2
next reply other threads:[~2013-09-06 7:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-06 7:51 Tomasz Bursztyka [this message]
2013-09-06 7:51 ` [iptables-nftables PATCH 1/3] nft: Fix a minor compilation warning Tomasz Bursztyka
2013-09-06 7:51 ` [iptables-nftables PATCH 2/3] libxtables: Add NFPROTO_ARP support for libarpt_* prefixed extensions Tomasz Bursztyka
2013-09-06 7:51 ` [iptables-nftables PATCH 3/3] libxtables: Port libarptc mangle target into libxtables Tomasz Bursztyka
2013-10-03 8:26 ` [iptables-nftables PATCH 0/3] NFPROTO_ARP and arp mangle target support (+ one minor fix) Tomasz Bursztyka
2013-10-03 9:23 ` Pablo Neira Ayuso
2013-10-03 9:31 ` Tomasz Bursztyka
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=1378453910-17954-1-git-send-email-tomasz.bursztyka@linux.intel.com \
--to=tomasz.bursztyka@linux.intel.com \
--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).