mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Add netcf XML schemas and test data
* 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
This commit is contained in:
13
tests/interfaceschemadata/bridge.xml
Normal file
13
tests/interfaceschemadata/bridge.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user