Add errata for ipfw bug.

Submitted by: julian
This commit is contained in:
Jordan K. Hubbard 1997-12-23 02:58:04 +00:00
parent 9051a58a61
commit 7c55423b96
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2287
2 changed files with 22 additions and 4 deletions

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$Date: 1997-12-21 20:31:52 $">
<!ENTITY date "$Date: 1997-12-23 02:58:04 $">
<!ENTITY title "FreeBSD 2.2.5 Errata Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<!-- $Id: errata.sgml,v 1.1 1997-12-21 20:31:52 jkh Exp $ -->
<!-- $Id: errata.sgml,v 1.2 1997-12-23 02:58:04 jkh Exp $ -->
<html>
&header;
@ -62,6 +62,15 @@ Fix: Update to the 2.2-stable version of the kernel or apply the patch
found in:
<a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.2.5-RELEASE/updates/f00f.diff.2.2">ftp://ftp.freebsd.org/pub/FreeBSD/2.2.5-RELEASE/updates/f00f.diff.2.2</a>
o A bug in the ipfw code exists where using the "reset tcp" firewall command
causes the kernel to write ethernet headers onto random kernel stack
locations.
Fix: Update to the 2.2-stable version of the kernel or apply the
patch found in <a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.2.5-RELEASE/updates/ipfw.diff">ftp://ftp.freebsd.org/pub/FreeBSD/2.2.5-RELEASE/updates/ipfw.diff</a>
</pre>
&footer;