diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 8307a0d704..7aef66d222 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1296,6 +1296,52 @@ </devices> ... +
+ The network access of direct attached virtual machines can be + managed by the hardware switch to which the physical interface + of the host machine is connected to. +
+ The interface can have additional parameters as shown below, + if the switch is conforming to the IEEE 802.1Qbg standard. + The parameters of the virtualport element are documented in more detail + in the IEEE 802.1Qbg standard. The values are network specific and + should be provided by the network administrator. In 802.1Qbg terms, + the Virtual Station Interface (VSI) represents the virtual interface + of a virtual machine. +
+managerid
typeid
typeidversion
instanceid
+ ... + <devices> + <interface type='direct'/> + ... + <interface type='direct'> + <source dev='eth0' mode='vepa'/> + <virtualport type="802.1Qbg"> + <parameters managerid="11" typeid="1193047" typeidversion="2" instanceid="09b11c53-8b5c-4eeb-8f00-d84eaa0aaa4f"/> + </virtualport> + </interface> + </devices> + ...