svn commit: r49326 - head/en_US.ISO8859-1/books/handbook/advanced-networking

Brad Davis brd at FreeBSD.org
Mon Aug 22 16:09:07 UTC 2016


Author: brd
Date: Mon Aug 22 16:09:05 2016
New Revision: 49326
URL: https://svnweb.freebsd.org/changeset/doc/49326

Log:
  Fix a config error in setting up a VLAN interface.

Modified:
  head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Mon Aug 22 15:48:20 2016	(r49325)
+++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Mon Aug 22 16:09:05 2016	(r49326)
@@ -5251,7 +5251,7 @@ ifconfig_carp1="vhid <replaceable>2</rep
       configuration above, the following will need to be added:</para>
 
     <programlisting>vlans_<replaceable>em0</replaceable>="<replaceable>5</replaceable>"
-vlans_<replaceable>em0</replaceable>_<replaceable>5</replaceable>="inet 192.168.20.20/24"</programlisting>
+ifconfig_<replaceable>em0</replaceable>_<replaceable>5</replaceable>="inet 192.168.20.20/24"</programlisting>
 
     <para>Additional <acronym>VLANs</acronym> may be added, by simply adding
       the tag to the <literal>vlans_<replaceable>em0</replaceable></literal>


More information about the svn-doc-head mailing list