Add dhclient and WPA to the testing focus section.
This commit is contained in:
parent
72d08f7556
commit
cab6d0c1c5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24928
1 changed files with 17 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/6.0R/todo.sgml,v 1.3 2005/06/13 16:47:51 murray Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/6.0R/todo.sgml,v 1.4 2005/06/13 16:53:24 murray Exp $">
|
||||
<!ENTITY title "FreeBSD 6.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -98,6 +98,22 @@
|
|||
<th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr><td>dhclient</td><td>&status.new;</td><td></td>
|
||||
|
||||
<td>The ISC DHCP client v3.x has been removed in favor of the
|
||||
OpenBSD DHCP client which was based on ISC DHCP v2.X. More
|
||||
testing is needed to make sure there are no major regressions in
|
||||
functionality. We are particularly interesting in tests
|
||||
involving non-standard environments.</td>
|
||||
</tr>
|
||||
|
||||
<tr><td>WPA / hostap</td><td>&status.new;</td><td></td>
|
||||
|
||||
<td>Significant new wireless functionality is available in FreeBSD
|
||||
6.0. As this functionality is rather new, further testing would
|
||||
be appreciated.</td>
|
||||
</tr>
|
||||
|
||||
<!-- Woo hoo, none yet! -->
|
||||
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue