From owner-svn-doc-all@freebsd.org Mon Jun 18 07:33:38 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EA3F101A828; Mon, 18 Jun 2018 07:33:38 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2426C72B38; Mon, 18 Jun 2018 07:33:38 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 002A9211DA; Mon, 18 Jun 2018 07:33:37 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5I7XbJd063324; Mon, 18 Jun 2018 07:33:37 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5I7XbwH063320; Mon, 18 Jun 2018 07:33:37 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201806180733.w5I7XbwH063320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Mon, 18 Jun 2018 07:33:37 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51867 - in head/en_US.ISO8859-1: books/faq htdocs/ipv6 htdocs/search X-SVN-Group: doc-head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: in head/en_US.ISO8859-1: books/faq htdocs/ipv6 htdocs/search X-SVN-Commit-Revision: 51867 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2018 07:33:38 -0000 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 @@ 2015 2016 2017 + 2018 The &os; Documentation Project @@ -5260,6 +5261,25 @@ Key F15 A A Menu Workplace Nop

net.link.ether.inet.log_arp_wrong_iface to 0. + + + + + + How do I compile an IPv6 only kernel? + + + + + Configure your kernel with these settings: + +include GENERIC +ident GENERIC-IPV6ONLY +makeoptions MKMODULESENV+="WITHOUT_INET_SUPPORT=" +nooptions INET +nodevice gre + + 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 @@

Category Navigation

  • IPv6 in FreeBSD
  • -
  • No-IPv4 support (IPv6-only)
  • World IPv6 Launch
  • World IPv6 Day
    • 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 @@ - IPv6-only Support - &base;/ipv6/ipv6only.html - - - World IPv6 Day &base;/ipv6/w6d.html