mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +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
14 lines
329 B
XML
14 lines
329 B
XML
<interface type='bridge' name='br0'>
|
|
<start mode='onboot'/>
|
|
<mtu size='1500'/>
|
|
<protocol family='ipv4'>
|
|
<dhcp/>
|
|
</protocol>
|
|
<bridge stp='off'>
|
|
<interface type='ethernet' name='eth0'>
|
|
<mac address='ab:bb:cc:dd:ee:ff'/>
|
|
</interface>
|
|
<interface type='ethernet' name='eth1'/>
|
|
</bridge>
|
|
</interface>
|