cvs commit: src/sys/netinet ip_fw.h ip_fw2.c ip_fw_pfil.c ip_input.c

Max Laier mlaier at FreeBSD.org
Fri May 12 04:41:29 UTC 2006


mlaier      2006-05-12 04:41:28 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_fw.h ip_fw2.c ip_fw_pfil.c ip_input.c 
  Log:
  Reintroduce net.inet6.ip6.fw.enable sysctl to dis/enable the ipv6 processing
  seperately.  Also use pfil hook/unhook instead of keeping the check
  functions in pfil just to return there based on the sysctl.  While here fix
  some whitespace on a nearby SYSCTL_ macro.
  
  Revision  Changes    Path
  1.105     +3 -0      src/sys/netinet/ip_fw.h
  1.129     +13 -8     src/sys/netinet/ip_fw2.c
  1.21      +92 -54    src/sys/netinet/ip_fw_pfil.c
  1.319     +0 -1      src/sys/netinet/ip_input.c


More information about the cvs-src mailing list