Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2016 19:41:54 +0000 (UTC)
From:      Sevan Janiyan <sevan@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r49639 - head/en_US.ISO8859-1/books/handbook/advanced-networking
Message-ID:  <201611031941.uA3JfsZX028586@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sevan
Date: Thu Nov  3 19:41:54 2016
New Revision: 49639
URL: https://svnweb.freebsd.org/changeset/doc/49639

Log:
  Use the correct variable name & command to setup the gif tunnel endpoints.
  
  PR:		214153
  Submitted by:	John W. O'Brien <john at saltant dot com>
  Approved by:	bcr (mentor)
  Differential Revision:	https://reviews.freebsd.org/D8427

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	Thu Nov  3 19:22:37 2016	(r49638)
+++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Thu Nov  3 19:41:54 2016	(r49639)
@@ -4672,7 +4672,7 @@ rtsold_enable="YES"</programlisting>
 	and <replaceable>REMOTE_IPv4_ADDR</replaceable> with the
 	actual <acronym>IPv4</acronym> addresses:</para>
 
-      <programlisting>cloned_interfaces_gif0="<replaceable>MY_IPv4_ADDR REMOTE_IPv4_ADDR</replaceable>"</programlisting>
+      <programlisting>create_args_gif0="tunnel <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?201611031941.uA3JfsZX028586>