From c7b85e3710699ad4d112a6e6e4590b7ae423ccac Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Wed, 24 Feb 2010 10:29:23 +0100 Subject: [PATCH] Add descriptions for macvtap direct type interfaces This adds a description about the 'direct' type of interface recently added for macvtap device type support on the host. --- docs/formatdomain.html.in | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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

-- 2.47.2