libvirt/tests/vmx2xmldata/vmx2xml-ethernet-static.vmx

9 lines
240 B
Plaintext
Raw Normal View History

config.version = "8"
virtualHW.version = "4"
ethernet0.present = "true"
ethernet0.networkName = "VM Network"
ethernet0.connectionType = "bridged"
ethernet0.addressType = "static"
ethernet0.address = "00:50:56:11:22:33"
displayName = "test"