Change the cloned_interfaces line to a simple assignment rather than
appending to an existing variable. Most users will not have other cloned interfaces, and assuming that they do adds unnecessary complexity to this example. Pointed out by Adam Vande More <amvandemore@gmail.com> on -doc.
This commit is contained in:
parent
98a7bd187b
commit
8c90fc6d64
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47406
1 changed files with 1 additions and 1 deletions
|
@ -1012,7 +1012,7 @@ jail_www_devfs_enable="YES"</programlisting>
|
|||
loopback interface is created by adding an entry to
|
||||
<filename>/etc/rc.conf</filename>:</para>
|
||||
|
||||
<programlisting>cloned_interfaces="${cloned_interfaces} lo1"</programlisting>
|
||||
<programlisting>cloned_interfaces="lo1"</programlisting>
|
||||
|
||||
<para>The second loopback interface <literal>lo1</literal>
|
||||
will be created when the system starts. It can also be
|
||||
|
|
Loading…
Reference in a new issue