Date: Fri, 21 Aug 2009 11:23:29 +0000 (UTC) From: Julian Elischer <julian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet ip_fw.h src/sys/netinet/ipfw ip_fw2.c ip_fw_pfil.c Message-ID: <200908211123.n7LBNd2r012464@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2009-08-21 11:23:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet ip_fw.h sys/netinet/ipfw ip_fw2.c ip_fw_pfil.c Log: SVN rev 196424 on 2009-08-21 11:23:29Z by julian MFC r196423 Fix ipfw's initialization functions to get the correct order of evaluation to allow vnet and non vnet operation. Move some functions from ip_fw_pfil.c to ip_fw2.c and mode to mostly using the SYSINIT and VNET_SYSINIT handlers instead of the modevent handler. Correct some spelling errors in comments in the affected code. Note this bug fixes a crash in NON VIMAGE kernels when ipfw is unloaded. This patch is a minimal patch for 8.0 I have a much larger patch that actually fixes the underlying problems that will be applied after 8.0 Reviewed by: zec@, rwatson@, bz@(earlier version) Approved by: re (rwatson) Revision Changes Path 1.132.2.2 +4 -2 src/sys/netinet/ip_fw.h 1.11.2.3 +110 -16 src/sys/netinet/ipfw/ip_fw2.c 1.4.2.2 +9 -51 src/sys/netinet/ipfw/ip_fw_pfil.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908211123.n7LBNd2r012464>