cvs commit: src/sys/net pfil.c src/share/man/man9 pfil.9

Max Laier mlaier at FreeBSD.org
Fri Oct 8 05:07:20 PDT 2004


mlaier      2004-10-08 12:07:20 UTC

  FreeBSD src repository

  Modified files:
    sys/net              pfil.c 
    share/man/man9       pfil.9 
  Log:
  Change pfil starvation prevention from fail-open to fail-close.
  We return ENOBUF to indicate the problem, which is an errno that should be
  handled well everywhere.
  
  Requested & Submitted by:       green
  Silently okay'ed by:            The rest of the firewall gang
  MFC after:                      3 days
  
  Revision  Changes    Path
  1.17      +5 -1      src/share/man/man9/pfil.9
  1.11      +10 -2     src/sys/net/pfil.c


More information about the cvs-all mailing list