Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Sep 2016 18:11:32 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r49364 - head/en_US.ISO8859-1/books/handbook/advanced-networking
Message-ID:  <201609021811.u82IBWCZ039225@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609021811.u82IBWCZ039225>