mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-13 00:01:55 +00:00
2482801608
It can be safely removed from the VMX, VMWare will still boot the machine and once another ethernet is added it is updated in the VMX to zero. So do not require it and default to zero too since this part of the XML is done as best effort and it is mentioned even in our documentation. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
11 lines
367 B
Plaintext
11 lines
367 B
Plaintext
config.version = "8"
|
|
virtualHW.version = "4"
|
|
ethernet0.present = "true"
|
|
ethernet0.virtualDev = "e1000e"
|
|
ethernet0.addressType = "vpx"
|
|
ethernet0.generatedAddress = "00:50:56:87:65:43"
|
|
ethernet0.dvs.switchId = "50 34 26 b2 94 e9 3b 16-1d 68 87 bf ff 4a 54 40"
|
|
ethernet0.dvs.portgroupId = "dvportgroup-1285"
|
|
ethernet0.dvs.connectionId = "408217997"
|
|
displayName = "test"
|