1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-25 01:34:11 +03:00
libvirt/tests/networkxml2xmlin/passthrough-duplicate.xml

11 lines
266 B
XML
Raw Normal View History

<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>