Regen from 1.73.2.8.

This commit is contained in:
Hiroki Sato 2005-11-19 19:21:52 +00:00
parent 6c58bb9f97
commit 0580c435b1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26379

View file

@ -20,7 +20,7 @@ alink="#0000FF">
Documentation Project</p>
<p class="PUBDATE">$FreeBSD: src/release/doc/en_US.ISO8859-1/errata/article.sgml,v
1.73.2.7 2005/11/17 03:34:47 hrs Exp $<br />
1.73.2.8 2005/11/19 19:20:56 hrs Exp $<br />
</p>
<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
@ -103,6 +103,21 @@ target="_top">ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/</a>.</p>
<h2 class="SECT1"><a id="KNOWN-PROBLEMS" name="KNOWN-PROBLEMS">4 Known Problems and
Solutions</a></h2>
<p>(2005/11/19) Although the FreeBSD 6.0-RELEASE Release Notes states that <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ipfw&sektion=4&manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ipfw</span>(4)</span></a>
subsystem now supports IPv6, the combination of the <tt class="FILENAME">GENERIC</tt>
kernel and a kernel module <tt class="FILENAME">ipfw.ko</tt> does not support the <tt
class="LITERAL">ip6</tt> protocol keyword for packet filtering rule. This is because the
kernel option <tt class="LITERAL">INET6</tt> in the kernel configuration file is not
recognized when the <tt class="FILENAME">ipfw.ko</tt> is built. To enable IPv6 support of
<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ipfw&sektion=4&manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ipfw</span>(4)</span></a>, rebuild
the kernel with kernel options <tt class="LITERAL">INET6</tt> and <tt
class="LITERAL">IPFIREWALL</tt> instead of using the <tt class="FILENAME">ipfw.ko</tt>
module.</p>
<p>(2005/11/16) Using <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=if_bridge&sektion=4&manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">if_bridge</span>(4)</span></a> in
@ -119,7 +134,7 @@ for network packets and never releases a part of them, so eventually all of the
memory will be exhausted. This problem has been fixed in the HEAD and the RELENG_6 branch
after 10:17:15 2005/11/16 UTC.</p>
<p>(2005/11/16) When an <a
<p>(2005/11/16, updated on 2005/11/19) When an <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ipfw&sektion=4&manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ipfw</span>(4)</span></a> <tt
class="LITERAL">divert</tt> rule is specified with the protocol keyword <tt
@ -131,7 +146,9 @@ does not support IPv6. This can be a problem especially for an IPv4 and IPv6 dua
host with <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=natd&sektion=8&manpath=FreeBSD+6.0-stable">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">natd</span>(8)</span></a> enabled.
To avoid this problem, use an IPv4 specific divert rule such as <tt
<span class="bold"><b class="EMPHASIS">Note that the kernel module <tt
class="FILENAME">ipfw.ko</tt> does not have this problem because it does not support
IPv6.</b></span> To avoid this problem, use an IPv4 specific divert rule such as <tt
class="LITERAL">divert natd ipv4</tt> instead of <tt class="LITERAL">divert natd
all</tt>.</p>