freebsd-dev/sys/netinet/ipfw
Julian Elischer f8f0b70474 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)
2009-08-21 11:23:29 +00:00
..
ip_dummynet.c - fix dummynet 'fast' mode for WF2Q case. 2009-06-24 22:57:07 +00:00
ip_fw2.c MFC r196423 2009-08-21 11:23:29 +00:00
ip_fw_nat.c Merge the remainder of kern_vimage.c and vimage.h into vnet.c and 2009-08-01 19:26:27 +00:00
ip_fw_pfil.c MFC r196423 2009-08-21 11:23:29 +00:00