All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nf-next 0/3] netfilter: built-in NAT support for DCCP, SCTP, UDPlite
@ 2016-10-20 10:26 Davide Caratti
  2016-10-20 10:26 ` [PATCH nf-next 1/3] netfilter: built-in NAT support for DCCP Davide Caratti
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Davide Caratti @ 2016-10-20 10:26 UTC (permalink / raw)
  To: Pablo Neira Ayuso, Patrick McHardy, Jozsef Kadlecsik,
	David S. Miller, Arturo Borrero Gonzalez, Florian Westphal
  Cc: netfilter-devel, coreteam

The above L4 protocols usually need an explicit modprobe command (e.g
"modprobe nf_nat_proto_sctp") to provide full functionality of REDIRECT
targets and SNAT/DNAT targets where port number translation is explicitly
configured.
In order to remove such limitation, this series converts 
CONFIG_NF_NAT_PROTO_{DCCP,SCTP,UDPLITE} from tristate to boolean: in case 
NAT support for these protocols is enabled in the kernel configuration, it
will be built into nf_nat.ko.

Signed-off-by: Davide Caratti <dcaratti@redhat.com>

Davide Caratti (3):
  netfilter: built-in NAT support for DCCP
  netfilter: built-in NAT support for SCTP
  netfilter: built-in NAT support for UDPlite

 include/net/netfilter/nf_nat_l4proto.h |  9 +++++++++
 net/netfilter/Kconfig                  |  6 +++---
 net/netfilter/Makefile                 | 10 +++++-----
 net/netfilter/nf_nat_core.c            | 12 ++++++++++++
 net/netfilter/nf_nat_proto_dccp.c      | 36 +---------------------------------
 net/netfilter/nf_nat_proto_sctp.c      | 35 +--------------------------------
 net/netfilter/nf_nat_proto_udplite.c   | 35 +--------------------------------
 7 files changed, 32 insertions(+), 111 deletions(-)

-- 
2.5.5


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

end of thread, other threads:[~2016-10-20 16:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-20 10:26 [PATCH nf-next 0/3] netfilter: built-in NAT support for DCCP, SCTP, UDPlite Davide Caratti
2016-10-20 10:26 ` [PATCH nf-next 1/3] netfilter: built-in NAT support for DCCP Davide Caratti
2016-10-20 12:37   ` Pablo Neira Ayuso
2016-10-20 16:30     ` Davide Caratti
2016-10-20 10:26 ` [PATCH nf-next 2/3] netfilter: built-in NAT support for SCTP Davide Caratti
2016-10-20 10:26 ` [PATCH nf-next 3/3] netfilter: built-in NAT support for UDPlite Davide Caratti
2016-10-20 10:28 ` [PATCH nf-next 0/3] netfilter: built-in NAT support for DCCP, SCTP, UDPlite Florian Westphal
2016-10-20 10:36   ` Davide Caratti

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.