Add a todo item for problems negotiating IKE under mbuma due to possible
mbuf size assumption problems.
This commit is contained in:
parent
08f06f52b3
commit
1e6f4609ff
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22476
1 changed files with 11 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.3R/todo.sgml,v 1.83 2004/09/25 19:37:29 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.84 2004/09/25 19:39:33 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.3 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -90,6 +90,16 @@
|
|||
packets-per-second load. This needs to be debugged and fixed.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>KAME IPSEC "ENOBUFS" problem with racoon and mbuma</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.rwatson;</td>
|
||||
<td>There are reports that racoon is unable to complete IKE negotiation
|
||||
due to a send to the pfkey socket returning ENOBUFS. This appears to
|
||||
be a result of an incorrect assumption about mbuf data size due to a
|
||||
change resulting from mbuma.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Required features for 5.3-RELEASE</h3>
|
||||
|
|
Loading…
Reference in a new issue