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
This commit is contained in:
parent
d442255e0b
commit
304c84d6b1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49364
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue