diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 32122090ca..c4ba54f687 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -705,6 +705,28 @@ </devices> ... +
Direct attachment to physical interface
+ +

+ Provides direct attachment of the virtual machine's NIC to the given + physial interface of the host. This setup requires the Linux macvtap + driver to be available. One of the modes 'vepa', 'bridge' or 'private' + can be chosen for the operation mode of the macvtap device, 'vepa' + being the default mode. +

+ +
+  ...
+  <devices>
+    <interface type='direct'/>
+    ...
+    <interface type='direct'>
+      <source dev='eth0' mode='vepa'/>
+    </interface>
+  </devices>
+  ...
+ +
Multicast tunnel