Bug 121585

Summary: [handbook] Wrong multicast specification
Product: Documentation Reporter: Crist Clark <cjc>
Component: Books & ArticlesAssignee: Dru Lavigne <dru>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Crist Clark 2008-03-11 00:00:06 UTC
In Table 2-29, "Reserved IPv6 addresses," is confusing. It has the following,

	ff:: 	8 bits 	multicast

Which seems to indicate that 00ff:: is multicast. It is not. That should of
course read,

	ff00:: 	8 bits 	multicast

The next line is also confusing,

	001 (base 2) 	3 bits 	global unicast 	All global unicast addresses are assigned from this pool. The first 3 bits are 001.

It would probably be more clear and consistent with other entries to change that to,

	2000::-3fff:: 	3 bits 	global unicast 	All global unicast addresses are assigned from this pool. The first 3 bits are 001.

Fix: 

See description.
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-03-07 16:42:50 UTC
Author: dru
Date: Fri Mar  7 16:42:37 2014
New Revision: 44176
URL: http://svnweb.freebsd.org/changeset/doc/44176

Log:
  Edits needed to close PR.
  
  PR: 121585
  Sponsored by: iXsystems

Modified:
  head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Fri Mar  7 16:36:29 2014	(r44175)
+++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Fri Mar  7 16:42:37 2014	(r44176)
@@ -4466,19 +4466,19 @@ Received 264951 bytes in 0.1 seconds</sc
 	    </row>
 
 	    <row>
-	      <entry><systemitem>ff::</systemitem></entry>
+	      <entry><systemitem>ff00::</systemitem></entry>
 	      <entry>8 bits</entry>
 	      <entry>multicast</entry>
 	      <entry>&nbsp;</entry>
 	    </row>
 
 	    <row>
-	      <entry><systemitem>001</systemitem> (base 2)</entry>
+	      <entry><systemitem>2000::-3fff:: </systemitem></entry>
 	      <entry>3 bits</entry>
 	      <entry>global unicast</entry>
 	      <entry>All global unicast addresses are assigned from
 		this pool.  The first 3 bits are
-		<quote>001</quote>.</entry>
+		<literal>001</literal>.</entry>
 	    </row>
 	  </tbody>
 	</tgroup>
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 2 Dru Lavigne freebsd_committer freebsd_triage 2014-03-07 16:42:59 UTC
Responsible Changed
From-To: freebsd-doc->dru

I'll take this one.
Comment 3 Dru Lavigne freebsd_committer freebsd_triage 2014-03-07 16:43:36 UTC
State Changed
From-To: open->closed

Fixed in r44176.