mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
77dd67087b
The RNG now supports IPv6 and bonds attached to bridges, along with some other minor tweaks. All test files from netcf have been copied to the test directory and added to the xml2xml and schema tests (and they all pass, of course ;-)
15 lines
426 B
XML
15 lines
426 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'>
|
|
<arpmon interval='100' target='192.168.50.1' validate='active'/>
|
|
<interface type='ethernet' name='eth1'>
|
|
</interface>
|
|
<interface type='ethernet' name='eth0'>
|
|
</interface>
|
|
</bond>
|
|
</interface>
|