Remove the RFC3442 entry. It has been committed.

This commit is contained in:
Joel Dahl 2007-02-09 18:04:39 +00:00
parent 1a3d692dc9
commit bc72aed2ad
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29535

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.77 2007/01/16 14:02:12 joel Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.78 2007/02/02 07:41:09 joel Exp $">
<!ENTITY title "FreeBSD list of projects and ideas for volunteers">
<!ENTITY % navinclude.developers "INCLUDE">
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -131,7 +131,6 @@
<li><a href="#p-libumem">Port libumem to FreeBSD</a></li>
<li><a href="#p-pxeinstaller">PXE Installer</a></li>
<li><a href="#p-regression">Regression testing system</a></li>
<li><a href="#p-rfc3442">RFC3442 support</a></li>
<li><a href="#p-sysinstall">Sysinstall</a></li>
<li><a href="#p-taroutmode">Tar output mode for installworld</a></li>
<li><a href="#p-vi-utf8">Unicode support in vi</a></li>
@ -1462,31 +1461,6 @@
<hr>
<a name="p-rfc3442"></a>
<h2>RFC3442 support</h2>
<p><strong>Technical contact</strong>: <a
href="mailto:emaste@FreeBSD.org">&a.emaste;</a></p>
<p><strong>URL's</strong>: <a
href="http://www.ietf.org/rfc/rfc3442.txt">RFC3442</a></p>
<p>Add support for RFC3442, the Classless Static Route option, to the DHCP
client. The original DHCP specification includes a route option but it
supports only class-based routes, which are not very useful today.
RFC3442 adds support for specifying the netmask width for each static
route. Note that the ISC dhcp server does not natively support RFC3442, but
custom options of arbitrary byte strings can be encoded in its configuration
file.</p>
<p><a href="mailto:bu7cher@yandex.ru">Andrey V. Elsukov</a> has implemented
RFC3442 support for the FreeBSD dhclient and has filed a <a
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/99534">problem
report</a> containing a patch.</p>
<p><strong>Requirements</strong>:</p>
<ul>
<li>Good knowledge of C.</li>
<li>Routing knowledge.</li>
</ul>
<hr>
<a name="p-sysinstall"></a>
<h2>Sysinstall</h2>
<ul>