Date: Fri, 8 Oct 2004 12:07:20 +0000 (UTC) From: Max Laier <mlaier@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net pfil.c src/share/man/man9 pfil.9 Message-ID: <200410081207.i98C7KWx097422@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410081207.i98C7KWx097422>