mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 21:01:13 +00:00
6457619d18
When commit bac6b266fb
added this "functionality" this was the only
naming I could think of, but after discussion with Dan we found the name
'null' fits a bit better, so change it before we make a release with the
old name.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
14 lines
295 B
XML
14 lines
295 B
XML
<domain type='vmware'>
|
|
<name>ethernet-vpx</name>
|
|
<uuid>564d9bef-acd9-b4e0-c8f0-aea8b9103515</uuid>
|
|
<memory unit='KiB'>4096</memory>
|
|
<os>
|
|
<type>hvm</type>
|
|
</os>
|
|
<devices>
|
|
<interface type='null'>
|
|
<mac address='00:50:56:87:65:43'/>
|
|
</interface>
|
|
</devices>
|
|
</domain>
|