network.subr (and the 4.x equivalent) expects gifconfig_X, not gif_config_X.
Submitted by: Dan Hulme <d@diefree.com>
This commit is contained in:
parent
3a7848151e
commit
f0fa1ee390
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22307
1 changed files with 1 additions and 1 deletions
|
@ -3826,7 +3826,7 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
|
|||
<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>
|
||||
<programlisting>gifconfig_gif0="<replaceable>MY_IPv4_ADDR REMOTE_IPv4_ADDR</replaceable>"</programlisting>
|
||||
|
||||
<para>To apply the IPv6 address you have been assigned for use as your
|
||||
IPv6 tunnel endpoint, add:</para>
|
||||
|
|
Loading…
Reference in a new issue