mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-31 18:15:25 +00:00
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.
This commit is contained in:
parent
b738016b78
commit
c7b85e3710
@ -705,6 +705,28 @@
|
||||
</devices>
|
||||
...</pre>
|
||||
|
||||
<h5><a name="elementsNICSDirect">Direct attachment to physical interface</a></h5>
|
||||
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
|
||||
<pre>
|
||||
...
|
||||
<devices>
|
||||
<interface type='direct'/>
|
||||
...
|
||||
<interface type='direct'>
|
||||
<source dev='eth0' mode='vepa'/>
|
||||
</interface>
|
||||
</devices>
|
||||
...</pre>
|
||||
|
||||
|
||||
<h5><a name="elementsNICSMulticast">Multicast tunnel</a></h5>
|
||||
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user