Bug 232039

Summary: [patch] handbook/advanced-networking: correct two errors related to IPv6 SLAAC
Product: Documentation Reporter: Samy Mahmoudi <samy.mahmoudi>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Many People CC: 0mp, bcr, noeandaresta
Priority: --- Keywords: easy, patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch file generated with svn diff none

Description Samy Mahmoudi 2018-10-07 17:51:44 UTC
Created attachment 197880 [details]
Patch file generated with svn diff

31.9.2. Configuring IPv6:
solicitation ----> advertisement

31.9.4. Router Advertisement and Host Auto Configuration:
solicitation ----> advertisement
Comment 1 Samy Mahmoudi 2018-10-07 22:44:02 UTC
Reference: https://www.freebsd.org/doc/handbook/network-ipv6.html
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-10-20 21:24:00 UTC
A commit references this bug:

Author: bcr
Date: Sat Oct 20 21:23:49 UTC 2018
New revision: 52392
URL: https://svnweb.freebsd.org/changeset/doc/52392

Log:
  Correct two instances where IPv6 SLAAC "router solicitation" should have
  been named "router advertisement" istead.

  PR:		    232039
  Submitted by:	    samy.mahmoudi@gmail.com

Changes:
  head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
Comment 3 Benedict Reuschling freebsd_committer freebsd_triage 2018-10-20 21:25:13 UTC
I just committed the patch to the handbook. Thanks for filing the PR.
Comment 4 Samy Mahmoudi 2018-10-21 17:52:08 UTC
Thank you for your commit.