Add item for CARP.
Approved by: scottl
This commit is contained in:
parent
8480f2bb9a
commit
a370fa2233
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23891
1 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY email 'freebsd-qa'>
|
<!ENTITY email 'freebsd-qa'>
|
||||||
<!ENTITY date "$FreeBSD: www/en/releases/5.4R/todo.sgml,v 1.8 2005/02/25 03:22:36 scottl Exp $">
|
<!ENTITY date "$FreeBSD: www/en/releases/5.4R/todo.sgml,v 1.9 2005/02/25 04:59:34 scottl Exp $">
|
||||||
<!ENTITY title "FreeBSD 5.4 Open Issues">
|
<!ENTITY title "FreeBSD 5.4 Open Issues">
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||||
|
@ -201,6 +201,14 @@
|
||||||
<td>Many improvements have been made to the ULE scheduler in 6-CURRENT.
|
<td>Many improvements have been made to the ULE scheduler in 6-CURRENT.
|
||||||
These should be merged back to 5.4.</td>
|
These should be merged back to 5.4.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>CARP support</td>
|
||||||
|
<td>&status.wip;</td>
|
||||||
|
<td>&a.glebius</td>
|
||||||
|
<td>Common Address Redundancy Protocol allows multiple hosts on the same
|
||||||
|
local network to share a set of IP addresses.</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>Documentation items that must be resolved for 5.4</h3>
|
<h3>Documentation items that must be resolved for 5.4</h3>
|
||||||
|
|
Loading…
Reference in a new issue