virt-manager/tests/interface-xml/test-bond-mii.xml

22 lines
633 B
XML
Raw Normal View History

<interface type='bond' name='test-bond-mii'>
<start mode='onboot'/>
<mac address='AA:AA:AA:AA:AA:AA'/>
<mtu size='1501'/>
<protocol family='ipv4'>
</protocol>
<bond>
<miimon freq='123' downdelay='34' updelay='12' carrier='netif'/>
<interface type='ethernet' name='eth0'>
<start mode='none'/>
<mac address='00:FF:EE:FF:EE:FF'/>
</interface>
<interface type='ethernet' name='eth1'>
<mac address='00:FF:EE:FF:EE:AB'/>
</interface>
<interface type='ethernet' name='eth2'>
<start mode='hotplug'/>
<mac address='00:FF:EE:FF:EE:CD'/>
</interface>
</bond>
</interface>