Regen from errata.sgml 1.73.2.41.

This commit is contained in:
Bruce A. Mah 2007-01-23 23:51:24 +00:00
parent 6420fb8c6b
commit f1e2bed7ad
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29452

View file

@ -20,7 +20,7 @@ alink="#0000FF">
FreeBSD Documentation Project</p>
<p class="PUBDATE">$FreeBSD: src/release/doc/en_US.ISO8859-1/errata/article.sgml,v
1.73.2.40 2007/01/16 20:31:50 bmah Exp $<br />
1.73.2.41 2007/01/23 17:00:59 bmah Exp $<br />
</p>
<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
@ -139,6 +139,31 @@ kern.ipc.nmbclusters="0"
<p>Other workarounds have been discussed on the <tt class="LITERAL">freebsd-current@</tt>
and <tt class="LITERAL">freebsd-stable@</tt> mailing lists.</p>
<p>[20070123] FreeBSD 6.2-RELEASE does not properly add a host route to the destination
of a <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=gif&sektion=4&manpath=FreeBSD+6.0-stable"><span
class="CITEREFENTRY"><span class="REFENTRYTITLE">gif</span>(4)</span></a> interface
configured as an IPv6 point-to-point interface. This makes it impossible to send traffic
across the tunnel. A workaround is to add the required route manually. If the <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=gif&sektion=4&manpath=FreeBSD+6.0-stable"><span
class="CITEREFENTRY"><span class="REFENTRYTITLE">gif</span>(4)</span></a> interface was
configured as:</p>
<pre class="SCREEN">
<samp class="PROMPT">#</samp> ifconfig gif0 <tt
class="REPLACEABLE"><i>ADDRESS</i></tt>/128 <tt
class="REPLACEABLE"><i>DESTINATION</i></tt>
</pre>
<p>then the correct route can be added with this command:</p>
<pre class="SCREEN">
<samp class="PROMPT">#</samp> route add -host -inet6 <tt
class="REPLACEABLE"><i>DESTINATION</i></tt> -iface gif0 -llinfo -nostatic
</pre>
<p>This problem is being investigated for a possible errata note.</p>
</div>
</div>