libvirt/tests/interfaceschemadata/bridge-vlan.xml
Daniel Veillard 19e57fd902 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
2009-07-15 20:16:36 +02:00

14 lines
291 B
XML

<interface type='bridge' name='br0'>
<start mode='onboot'/>
<protocol family='ipv4'>
<dhcp/>
</protocol>
<bridge stp='off'>
<interface type='vlan' name='eth0.42'>
<vlan tag='42'>
<interface name='eth0'/>
</vlan>
</interface>
</bridge>
</interface>