netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [iptables-nftables PATCH 0/3] NFPROTO_ARP and arp mangle target support (+ one minor fix)
@ 2013-09-06  7:51 Tomasz Bursztyka
  2013-09-06  7:51 ` [iptables-nftables PATCH 1/3] nft: Fix a minor compilation warning Tomasz Bursztyka
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Tomasz Bursztyka @ 2013-09-06  7:51 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Tomasz Bursztyka

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-10-03  9:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-06  7:51 [iptables-nftables PATCH 0/3] NFPROTO_ARP and arp mangle target support (+ one minor fix) Tomasz Bursztyka
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

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).