Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Aug 2009 11:20:10 +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:  <200908211120.n7LBKITM012245@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      2009-08-21 11:20:10 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_fw.h 
    sys/netinet/ipfw     ip_fw2.c ip_fw_pfil.c 
  Log:
  SVN rev 196423 on 2009-08-21 11:20:10Z by julian
  
  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)
  MFC after:      Immediatly
  
  Revision  Changes    Path
  1.133     +4 -2      src/sys/netinet/ip_fw.h
  1.13      +110 -16   src/sys/netinet/ipfw/ip_fw2.c
  1.5       +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?200908211120.n7LBKITM012245>