svn commit: r51867 - in head/en_US.ISO8859-1: books/faq htdocs/ipv6 htdocs/search
Eitan Adler
eadler at FreeBSD.org
Mon Jun 18 07:33:38 UTC 2018
Author: eadler
Date: Mon Jun 18 07:33:36 2018
New Revision: 51867
URL: https://svnweb.freebsd.org/changeset/doc/51867
Log:
faq+www: replace IPv6 only page with an FAQ
The references wiki pages no longer exist. In addition having a
standalone web page for IPv6 isn't useful anymore. Analytics shows less
than one hit per month.
Deleted:
head/en_US.ISO8859-1/htdocs/ipv6/ipv6only.xml
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
head/en_US.ISO8859-1/htdocs/ipv6/Makefile
head/en_US.ISO8859-1/htdocs/ipv6/ipv6.ent
head/en_US.ISO8859-1/htdocs/search/sitemap.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Jun 18 06:41:36 2018 (r51866)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Jun 18 07:33:36 2018 (r51867)
@@ -46,6 +46,7 @@
<year>2015</year>
<year>2016</year>
<year>2017</year>
+ <year>2018</year>
<holder>The &os; Documentation Project</holder>
</copyright>
@@ -5260,6 +5261,25 @@ Key F15 A A Menu Workplace Nop</p
unexpectedly. To disable them, set
<varname>net.link.ether.inet.log_arp_wrong_iface</varname>
to <literal>0</literal>.</para>
+ </answer>
+ </qandaentry>
+
+ <qandaentry>
+ <question xml:id="ipv6-only">
+ <para>How do I compile an IPv6 only kernel?</para>
+ </question>
+
+ <answer>
+ <para>
+ Configure your kernel with these settings:
+<screen>
+include GENERIC
+ident GENERIC-IPV6ONLY
+makeoptions MKMODULESENV+="WITHOUT_INET_SUPPORT="
+nooptions INET
+nodevice gre
+</screen>
+ </para>
</answer>
</qandaentry>
</qandaset>
Modified: head/en_US.ISO8859-1/htdocs/ipv6/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/ipv6/Makefile Mon Jun 18 06:41:36 2018 (r51866)
+++ head/en_US.ISO8859-1/htdocs/ipv6/Makefile Mon Jun 18 07:33:36 2018 (r51867)
@@ -8,7 +8,6 @@
.endif
DOCS+= index.xml
-DOCS+= ipv6only.xml
DOCS+= w6d.xml
DOCS+= w6l.xml
DOCS+= w6d-www-stats.xml
Modified: head/en_US.ISO8859-1/htdocs/ipv6/ipv6.ent
==============================================================================
--- head/en_US.ISO8859-1/htdocs/ipv6/ipv6.ent Mon Jun 18 06:41:36 2018 (r51866)
+++ head/en_US.ISO8859-1/htdocs/ipv6/ipv6.ent Mon Jun 18 07:33:36 2018 (r51867)
@@ -36,7 +36,6 @@
<h4>Category Navigation</h4>
<ul>
<li><a href="&base;/ipv6/">IPv6 in FreeBSD</a></li>
- <li><a href="&base;/ipv6/ipv6only.html">No-IPv4 support (IPv6-only)</a></li>
<li><a href="&base;/ipv6/w6l.html">World IPv6 Launch</a></li>
<li><a href="&base;/ipv6/w6d.html">World IPv6 Day</a></li>
<li><ul>
Modified: head/en_US.ISO8859-1/htdocs/search/sitemap.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/search/sitemap.xml Mon Jun 18 06:41:36 2018 (r51866)
+++ head/en_US.ISO8859-1/htdocs/search/sitemap.xml Mon Jun 18 07:33:36 2018 (r51867)
@@ -625,11 +625,6 @@
</term>
<term>
- <text>IPv6-only Support</text>
- <destination>&base;/ipv6/ipv6only.html</destination>
- </term>
-
- <term>
<text>World IPv6 Day</text>
<destination>&base;/ipv6/w6d.html</destination>
</term>
More information about the svn-doc-head
mailing list