]> xenbits.xensource.com Git - libvirt.git/commitdiff
fix missing VLAN id for Qbg example
authorGerhard Stenzel <gstenzel@linux.vnet.ibm.com>
Mon, 2 May 2011 14:49:03 +0000 (16:49 +0200)
committerEric Blake <eblake@redhat.com>
Mon, 2 May 2011 15:13:54 +0000 (09:13 -0600)
For IEEE 802.1Qbg, it is necessary to use a VLAN interface.
vepa itself does not require a VLAN interface.

Signed-off-by: Gerhard Stenzel <stenzel at de.ibm.com>
docs/formatdomain.html.in

index ab66bbaa6af6e36a967bbf153043f77b2a32a25b..5013c482abe70f8eb976b371ffd8dc3d0c00475c 100644 (file)
       the Virtual Station Interface (VSI) represents the virtual interface
       of a virtual machine.
     </p>
+    <p>
+      Please note that IEEE 802.1Qbg requires a non-zero value for the
+      VLAN ID.
+    </p>
     <dl>
       <dt><code>managerid</code></dt>
       <dd>The VSI Manager ID identifies the database containing the VSI type
     &lt;interface type='direct'/&gt;
     ...
     &lt;interface type='direct'&gt;
-      &lt;source dev='eth0' mode='vepa'/&gt;
+      &lt;source dev='eth0.2' mode='vepa'/&gt;
       &lt;virtualport type="802.1Qbg"&gt;
         &lt;parameters managerid="11" typeid="1193047" typeidversion="2" instanceid="09b11c53-8b5c-4eeb-8f00-d84eaa0aaa4f"/&gt;
       &lt;/virtualport&gt;