Add MAC panic associated with TCP state reduction changes to the
"must fix list" -- a fix is being tested, but is not yet merged.
This commit is contained in:
parent
c569c1816f
commit
49909cf9c2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16623
1 changed files with 13 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.1R/todo.sgml,v 1.8 2003/04/19 15:52:01 bmah Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.1R/todo.sgml,v 1.9 2003/04/20 15:08:02 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.1 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
|
@ -97,6 +97,18 @@
|
|||
about 18 days from now.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>TIMEWAIT panic for network labeled MAC policy modules</td>
|
||||
<td>In progress</td>
|
||||
<td>&a.rwatson;</td>
|
||||
<td>Due to TCP state efficiency improvements in the TIMEWAIT state,
|
||||
it's now possible for the PCB socket pointer to be NULL in
|
||||
situations it previously wasn't. As a result, TCP responses
|
||||
generated in the TIMEWAIT state may lack properly initialized
|
||||
MAC labels, resulting in panics for network labeled MAC policies.
|
||||
A fix is current in testing.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Desired Features for 5.1-RELEASE</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue