svn commit: r51545 - head/en_US.ISO8859-1/books/handbook/virtualization
Eitan Adler
eadler at FreeBSD.org
Wed Apr 11 06:22:21 UTC 2018
Author: eadler
Date: Wed Apr 11 06:22:20 2018
New Revision: 51545
URL: https://svnweb.freebsd.org/changeset/doc/51545
Log:
Drop if_tap, sort kld_list
Modules are auto-loaded by ifconfig so there is no reason to explicitly list them.
Reported by: jhb
Modified:
head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Tue Apr 10 18:37:58 2018 (r51544)
+++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Wed Apr 11 06:22:20 2018 (r51545)
@@ -1357,7 +1357,7 @@ crw------- 1 root wheel 0x1a1 Mar 17 12:19 othergu
<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>
More information about the svn-doc-head
mailing list