Update to r53886:

handbook: fix example for vlan
This commit is contained in:
Bjoern Heidotting 2020-07-02 21:16:57 +00:00
parent ad522ded52
commit c0dadf3f5c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54310

View file

@ -5,7 +5,7 @@
$FreeBSD$
$FreeBSDde:$
basiert auf: r53718
basiert auf: r53886
-->
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@ -5874,9 +5874,9 @@ ifconfig_<replaceable>em0</replaceable>_<replaceable>5</replaceable>="inet 192.1
folgenden Zeilen in <filename>/etc/rc.conf</filename>
ein:</para>
<programlisting>vlans_<replaceable>video</replaceable>="<replaceable>camera</replaceable>"
create_args_<replaceable>camera</replaceable>="vlan <replaceable>5</replaceable>"
ifconfig_<replaceable>camera</replaceable>="inet <replaceable>192.168.20.20/24</replaceable>"</programlisting>
<programlisting>vlans_<replaceable>video</replaceable>="<replaceable>cameras</replaceable>"
create_args_<replaceable>cameras</replaceable>="vlan <replaceable>5</replaceable>"
ifconfig_<replaceable>cameras</replaceable>="inet <replaceable>192.168.20.20/24</replaceable>"</programlisting>
</sect1>
</chapter>