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
358 B
XML
15 lines
358 B
XML
<interface type='bridge' name='br0'>
|
|
<start mode='onboot'/>
|
|
<mtu size='1500'/>
|
|
<protocol family='ipv4'>
|
|
<dhcp/>
|
|
</protocol>
|
|
<bridge stp='off' delay='0.01'>
|
|
<interface type='ethernet' name='eth0'>
|
|
<mac address='ab:bb:cc:dd:ee:ff'/>
|
|
</interface>
|
|
<interface type='ethernet' name='eth1'>
|
|
</interface>
|
|
</bridge>
|
|
</interface>
|