Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Apr 2018 06:22:20 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r51545 - head/en_US.ISO8859-1/books/handbook/virtualization
Message-ID:  <201804110622.w3B6MKw1084070@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804110622.w3B6MKw1084070>