mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
19e57fd902
* docs/schemas/interface.rng: schemas for the interface XML files directly imported from netcf-0.1.0 * tests/interfaceschemadata/*.xml: set of test files from netcf-0.1.0 changed to use single quote instead of double quote
13 lines
379 B
XML
13 lines
379 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>
|
|
<bond mode='active-backup'>
|
|
<miimon freq='100' updelay='10' carrier='ioctl'/>
|
|
<interface type='ethernet' name='eth1'/>
|
|
<interface type='ethernet' name='eth0'/>
|
|
</bond>
|
|
</interface>
|