netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Combine two modules
@ 2012-09-14  1:40 Jan Engelhardt
  2012-09-14  1:40 ` [PATCH 1/2] net: netfilter: combine ipt_NETMAP and ip6t_NETMAP Jan Engelhardt
  2012-09-14  1:40 ` [PATCH 2/2] net: netfilter: combine ipt_REDIRECT and ip6t_REDIRECT Jan Engelhardt
  0 siblings, 2 replies; 7+ messages in thread
From: Jan Engelhardt @ 2012-09-14  1:40 UTC (permalink / raw)
  To: pablo; +Cc: davem, kaber, netfilter-devel


Hi,


please review, and if ok merge, this small set of two patches to the
new IPv6 NAT that recently gone in.

thanks,
Jan
===
The following changes since commit b0e61d98c672a9216d72d2d7430f6dc60795002e:

  Merge branch 'master' of git://1984.lsi.us.es/nf-next (2012-09-13 14:24:31 -0400)

are available in the git repository at:


  git://git.inai.de/linux master

for you to fetch changes up to 653e421b28fbf11842c60f9751d9589e95fbbca3:

  net: netfilter: combine ipt_REDIRECT and ip6t_REDIRECT (2012-09-14 02:33:48 +0200)

----------------------------------------------------------------
Jan Engelhardt (2):
      net: netfilter: combine ipt_NETMAP and ip6t_NETMAP
      net: netfilter: combine ipt_REDIRECT and ip6t_REDIRECT

 net/ipv4/netfilter/Kconfig         |   23 ++---
 net/ipv4/netfilter/Makefile        |    2 -
 net/ipv4/netfilter/ipt_NETMAP.c    |  101 -------------------
 net/ipv6/netfilter/Kconfig         |   21 ----
 net/ipv6/netfilter/Makefile        |    2 -
 net/ipv6/netfilter/ip6t_NETMAP.c   |   94 ------------------
 net/ipv6/netfilter/ip6t_REDIRECT.c |   98 -------------------
 net/netfilter/Kconfig              |   21 ++++
 net/netfilter/Makefile             |    2 +
 net/netfilter/xt_NETMAP.c          |  165 +++++++++++++++++++++++++++++++
 net/netfilter/xt_REDIRECT.c        |  190 ++++++++++++++++++++++++++++++++++++
 11 files changed, 388 insertions(+), 331 deletions(-)
 delete mode 100644 net/ipv4/netfilter/ipt_NETMAP.c
 delete mode 100644 net/ipv6/netfilter/ip6t_NETMAP.c
 delete mode 100644 net/ipv6/netfilter/ip6t_REDIRECT.c
 create mode 100644 net/netfilter/xt_NETMAP.c
 create mode 100644 net/netfilter/xt_REDIRECT.c

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

end of thread, other threads:[~2012-09-21 10:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-14  1:40 Combine two modules Jan Engelhardt
2012-09-14  1:40 ` [PATCH 1/2] net: netfilter: combine ipt_NETMAP and ip6t_NETMAP Jan Engelhardt
2012-09-14 11:38   ` Patrick McHardy
2012-09-21 10:09   ` Pablo Neira Ayuso
2012-09-14  1:40 ` [PATCH 2/2] net: netfilter: combine ipt_REDIRECT and ip6t_REDIRECT Jan Engelhardt
2012-09-14 11:53   ` Patrick McHardy
2012-09-21 10:11   ` Pablo Neira Ayuso

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