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:
Daniel Veillard
2009-07-15 19:37:20 +02:00
parent 2f5fb5e09d
commit 19e57fd902
11 changed files with 483 additions and 0 deletions

View 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>