svn commit: r49364 - head/en_US.ISO8859-1/books/handbook/advanced-networking
Warren Block
wblock at FreeBSD.org
Fri Sep 2 18:11:33 UTC 2016
Author: wblock
Date: Fri Sep 2 18:11:32 2016
New Revision: 49364
URL: https://svnweb.freebsd.org/changeset/doc/49364
Log:
IPv6 handbook should refer to cloned_interfaces, not gifconfig. Bug
report by dvl@, patch supplied by Tim Moore <timmoore88_gmail.com>.
PR: 193523
Submitted by: dvl at FreeBSD.org
Differential Revision: https://reviews.freebsd.org/D7760
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 Sep 2 08:51:49 2016 (r49363)
+++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Fri Sep 2 18:11:32 2016 (r49364)
@@ -4664,7 +4664,7 @@ rtsold_enable="YES"</programlisting>
the generic tunneling interface
<filename><replaceable>gif0</replaceable></filename>:</para>
- <programlisting>gif_interfaces="gif<replaceable>0</replaceable>"</programlisting>
+ <programlisting>cloned_interfaces="gif<replaceable>0</replaceable>"</programlisting>
<para>Next, configure that interface with the
<acronym>IPv4</acronym> addresses of the local and remote
@@ -4672,7 +4672,7 @@ rtsold_enable="YES"</programlisting>
and <replaceable>REMOTE_IPv4_ADDR</replaceable> with the
actual <acronym>IPv4</acronym> addresses:</para>
- <programlisting>gifconfig_gif0="<replaceable>MY_IPv4_ADDR REMOTE_IPv4_ADDR</replaceable>"</programlisting>
+ <programlisting>cloned_interfaces_gif0="<replaceable>MY_IPv4_ADDR REMOTE_IPv4_ADDR</replaceable>"</programlisting>
<para>To apply the <acronym>IPv6</acronym> address that has been
assigned for use as the <acronym>IPv6</acronym> tunnel
More information about the svn-doc-all
mailing list