In IPv6 section:

- Add missing devicename tags
- Some punctuation and upper/lowercase fixes
This commit is contained in:
Marc Fonvieille 2004-07-12 09:43:06 +00:00
parent 2d783cc50f
commit 7ef9c72e02
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21449

View file

@ -7890,20 +7890,20 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
<sect3>
<title>IPv6 Router/Gateway Settings</title>
<para>This will help you take the directions that your Tunnel provider,
<para>This will help you take the directions that your tunnel provider,
such as the <ulink url="http://www.6bone.net/">6bone</ulink>, has
given you and convert it into settings that will persist through reboots.
To restore your tunnel on startup use something like the following in
<filename>/etc/rc.conf</filename>:</para>
<para>List the Generic Tunneling interfaces that will be configured, for
example: gif0</para>
example: <devicename>gif0</devicename></para>
<programlisting>gif_interfaces="gif0"</programlisting>
<para>To configure the interface with a local endpoint of:
<replaceable>MY_IPv4_ADDR</replaceable> to a remote endpoint of:
<replaceable>REMOTE_IPv4_ADDR</replaceable>.</para>
<para>To configure the interface with a local endpoint of
<replaceable>MY_IPv4_ADDR</replaceable> to a remote endpoint of
<replaceable>REMOTE_IPv4_ADDR</replaceable>:</para>
<programlisting>gif_config_gif0="<replaceable>MY_IPv4_ADDR REMOTE_IPv4_ADDR</replaceable>"</programlisting>