mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
3583e75d7e
Prior to this patch we didn't make any attempt to prevent two entries in the array of interfaces/PCI devices from pointing to the same device. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1002423
11 lines
266 B
XML
11 lines
266 B
XML
<network>
|
|
<name>passthrough-duplicate</name>
|
|
<uuid>81ff0d90-c91e-6742-64da-4a736edb9a8b</uuid>
|
|
<forward mode="passthrough">
|
|
<interface dev="eth1"/>
|
|
<interface dev="eth2"/>
|
|
<interface dev="eth3"/>
|
|
<interface dev="eth3"/>
|
|
</forward>
|
|
</network>
|