All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] IPv4 NAT ported to nf_conntrack
@ 2006-10-30 12:25 Jozsef Kadlecsik
  2006-10-30 16:06 ` Patrick McHardy
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jozsef Kadlecsik @ 2006-10-30 12:25 UTC (permalink / raw)
  To: netfilter-devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 819 bytes --]

Hi,

Attached is a patch which implements IPv4 NAT over nf_conntrack by
straightforward porting of the original NAT code.

As you will notice, in order to avoid circular dependency a boolean choice 
between NF_CONNTRACK and IP_CONNTRACK is added to net/netfilter/Kconfig. 
Ugly it is, but unfortunately the kconfig language is not rich enough and 
an additional option is required to choose between modular/non-modular.

As we won't support IPv6 NAT, I did not bother to introduce nf_nat_ipv4_*
names.

Best regards,
Jozsef

[Resent compressend to get over mailing list post size limit.]
-
E-mail  : kadlec@blackhole.kfki.hu, kadlec@sunserv.kfki.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : KFKI Research Institute for Particle and Nuclear Physics
          H-1525 Budapest 114, POB. 49, Hungary

[-- Attachment #2: nat.patch.bz2 --]
[-- Type: APPLICATION/octet-stream, Size: 21721 bytes --]

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

end of thread, other threads:[~2006-11-06  8:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-30 12:25 [PATCH] IPv4 NAT ported to nf_conntrack Jozsef Kadlecsik
2006-10-30 16:06 ` Patrick McHardy
2006-10-31  8:43 ` Yasuyuki KOZAKAI
2006-11-05 16:00 ` Patrick McHardy
2006-11-06  8:32   ` Jozsef Kadlecsik

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.