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:
7
tests/interfaceschemadata/bridge42.xml
Normal file
7
tests/interfaceschemadata/bridge42.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<interface type='bridge' name='br42'>
|
||||
<start mode='onboot'/>
|
||||
<mtu size='1500'/>
|
||||
<bridge stp='off'>
|
||||
<interface type='ethernet' name='eth42'/>
|
||||
</bridge>
|
||||
</interface>
|
||||
Reference in New Issue
Block a user