mirror of https://gitee.com/openkylin/libvirt.git
16 lines
445 B
XML
16 lines
445 B
XML
<interface type='bond' name='bond0'>
|
|
<start mode='none'/>
|
|
<protocol family='ipv4'>
|
|
<ip address='192.168.50.7' prefix='24'/>
|
|
<route gateway='192.168.50.1'/>
|
|
</protocol>
|
|
<link speed='1000' state='up'/>
|
|
<bond mode='active-backup'>
|
|
<miimon freq='100' updelay='10' carrier='ioctl'/>
|
|
<interface type='ethernet' name='eth1'>
|
|
</interface>
|
|
<interface type='ethernet' name='eth0'>
|
|
</interface>
|
|
</bond>
|
|
</interface>
|