Add missing "0.0.0.0" to the end of the sample config line.
PR: docs/156514 Submitted by: Keve Nagy <keve at safe-mail dot net>
This commit is contained in:
parent
81ea85a33c
commit
148ebac263
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37203
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ protocol: ppp</screen>
|
|||
<link linkend="userppp-staticIP">PPP and Static IP
|
||||
Addresses</link>, with the following change:</para>
|
||||
|
||||
<programlisting>17 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255</programlisting>
|
||||
<programlisting>17 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 0.0.0.0</programlisting>
|
||||
|
||||
<para>Again, do not include the line number, it is just for
|
||||
reference. Indentation of at least one space is
|
||||
|
|
Loading…
Reference in a new issue