libvirt/tests/interfaceschemadata/bridge-bond.xml
Laine Stump 77dd67087b Update interface.rng and xml test files to match netcf 0.1.5
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 ;-)
2010-01-19 21:13:03 +01:00

18 lines
492 B
XML

<interface type='bridge' name='br0'>
<start mode='onboot'/>
<mtu size='1500'/>
<bridge stp='off'>
<interface type='ethernet' name='eth2'>
</interface>
<interface type='bond' name='bond0'>
<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>
</bridge>
</interface>