mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +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
10 lines
200 B
XML
10 lines
200 B
XML
<interface type='vlan' name='eth0.42'>
|
|
<start mode='onboot'/>
|
|
<protocol family='ipv4'>
|
|
<dhcp peerdns='no'/>
|
|
</protocol>
|
|
<vlan tag='42'>
|
|
<interface name='eth0'/>
|
|
</vlan>
|
|
</interface>
|