mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
f246cdb5ac
This patch adds support for vmx files with empty networkName values (which is the case for vmx generated by Workstation). It also adds support for vmx containing NATed network interfaces. Update test suite accordingly
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
config.version = "8"
|
|
virtualHW.version = "4"
|
|
ethernet0.present = "true"
|
|
ethernet0.connectionType = "nat"
|
|
ethernet0.addressType = "static"
|
|
ethernet0.address = "00:50:56:11:22:33"
|