Add an IPv6 userland cleanup project (suitable for SoC) and note that

gnn is willing to mentor general networking projects.

Submitted by: gnn
This commit is contained in:
Murray Stokely 2007-03-10 05:06:40 +00:00
parent e18cf329e5
commit 9ac945a6bd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29747
2 changed files with 22 additions and 3 deletions

View file

@ -15,7 +15,7 @@ Ideas//EN"
<ideas>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.1 2007/03/10 03:52:09 murray Exp $
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.2 2007/03/10 04:31:46 murray Exp $
</cvs:keyword>
</cvs:keywords>
@ -1402,5 +1402,24 @@ New tests must be created; existing tests must be completed and updated.
</desc>
</idea>
<idea id="ipv6-userland" class="soc">
<title>IPv6 User Land Cleanup</title>
<desc>
<p><strong>Technical contact</strong>: <a
href="mailto:gnn@FreeBSD.org">George V. Neville-Neil</a></p>
<p>Many userland network utilities do not work correctly with IPv6.</p>
<ul>
<li>rpc.statd(8) is not IPv6 clean.</li>
<li>quota(8) is not IPv6 clean.</li>
<li>who(1) truncates IPv6 addresses in its output.</li>
</ul>
<p>This project could also include a broader survey of other network
services in /usr/bin and /usr/sbin to make sure they're all IPv6
clean.</p>
</desc>
</idea>
</category>
</ideas>

View file

@ -7,7 +7,7 @@
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
]>
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/projects/summerofcode.xsl,v 1.1 2007/03/10 04:46:52 murray Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
@ -136,7 +136,7 @@ SoC2006 Wiki</a> and the Google
<ul><li>Sound and Linux emulation.</li></ul>
</li>
<li>&a.gnn; &lt;gnn@FreeBSD.org&gt;
<ul><li>IPv6, IPSec</li></ul>
<ul><li>IPv6, IPSec, networking.</li></ul>
</li>
<li>&a.phk; &lt;phk@FreeBSD.org&gt;
<ul><li>Disk I/O</li></ul>