Drop if_tap, sort kld_list
Modules are auto-loaded by ifconfig so there is no reason to explicitly list them. Reported by: jhb
This commit is contained in:
parent
1b5255faa2
commit
3eb0137f9e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51545
1 changed files with 1 additions and 1 deletions
|
@ -1357,7 +1357,7 @@ crw------- 1 root wheel 0x1a1 Mar 17 12:19 otherguest</screen>
|
|||
|
||||
<programlisting>cloned_interfaces="<replaceable>bridge0</replaceable> <replaceable>tap0</replaceable>"
|
||||
ifconfig_bridge0="addm <replaceable>igb0</replaceable> addm <replaceable>tap0</replaceable>
|
||||
kld_list="if_tap vmm nmdm"</programlisting>
|
||||
kld_list="nmdm vmm"</programlisting>
|
||||
</step>
|
||||
</procedure>
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in a new issue