Date: Tue, 18 Mar 2008 17:32:10 +0000 (UTC) From: Paolo Pisati <piso@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES files src/sys/modules Makefile src/sys/modules/ipfw_nat Makefile src/sys/netinet ip_fw.h ip_fw2.c ip_fw_nat.c Message-ID: <200803181732.m2IHWBsW004129@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
piso 2008-03-18 17:32:10 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/conf NOTES files
sys/modules Makefile
sys/netinet ip_fw.h ip_fw2.c
Added files: (Branch: RELENG_7)
sys/modules/ipfw_nat Makefile
sys/netinet ip_fw_nat.c
Log:
MFC:
-Move ipfw's nat code into its own kld: ipfw_nat.
-Raise a bit ipfw kld priority to avoid race on ipfw_nat load.
Revision Changes Path
1.1454.2.3 +1 -2 src/sys/conf/NOTES
1.1243.2.7 +1 -0 src/sys/conf/files
1.540.2.7 +1 -0 src/sys/modules/Makefile
1.1.2.1 +8 -0 src/sys/modules/ipfw_nat/Makefile (new)
1.110.2.2 +32 -0 src/sys/netinet/ip_fw.h
1.175.2.4 +52 -550 src/sys/netinet/ip_fw2.c
1.2.2.1 +653 -0 src/sys/netinet/ip_fw_nat.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803181732.m2IHWBsW004129>
