Update to r51545:
Drop if_tap, sort kld_list Modules are auto-loaded by ifconfig so there is no reason to explicitly list them. Update to r51540: handbook: prefer use of kld_list over loader.conf While these are not semantically identical, prefer using kld_list where possible.
This commit is contained in:
parent
29900221db
commit
68c9c268dc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51698
1 changed files with 3 additions and 11 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/virtualization/chapter.xml,v 1.14 2010/07/03 14:29:30 jkois Exp $
|
||||
basiert auf: r51515
|
||||
basiert auf: r51545
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
|
@ -1476,20 +1476,12 @@ crw------- 1 root wheel 0x1a1 Mar 17 12:19 otherguest</screen>
|
|||
<programlisting>net.link.tap.up_on_open=1</programlisting>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<title><filename>/boot/loader.conf</filename></title>
|
||||
|
||||
<programlisting>vmm_load="YES"
|
||||
nmdm_load="YES"
|
||||
if_bridge_load="YES"
|
||||
if_tap_load="YES"</programlisting>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<title><filename>/etc/rc.conf</filename></title>
|
||||
|
||||
<programlisting>cloned_interfaces="<replaceable>bridge0</replaceable> <replaceable>tap0</replaceable>"
|
||||
ifconfig_bridge0="addm <replaceable>igb0</replaceable> addm <replaceable>tap0</replaceable>"</programlisting>
|
||||
ifconfig_bridge0="addm <replaceable>igb0</replaceable> addm <replaceable>tap0</replaceable>"
|
||||
kld_list="vmm nmdm"</programlisting>
|
||||
</step>
|
||||
</procedure>
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in a new issue