virt-manager/tests/xmlparse-xml/interface-test-vlan-out.xml
Cole Robinson 3db5cb5f06 Use XMLBuilder for Interface XML
So we unify parsing and building the XML.

Since we already do this for vmmDomain, take the opportunity to move
the shared infrastructure into vmmLibvirtObject
2013-09-19 16:56:38 -04:00

6 lines
114 B
XML

<interface type="vlan" name="test-vlan">
<vlan tag="456">
<interface name="foonew"/>
</vlan>
</interface>