mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Merge remote-tracking branch 'origin/unstable' into unstable
This commit is contained in:
commit
8455d8a155
@ -292,7 +292,7 @@ class VMwareVM(BaseVM):
|
||||
elif vmnet_interface in interface["name"]:
|
||||
npf = interface["id"]
|
||||
if npf:
|
||||
config[bridge_name] = {"source_ethernet": npf}
|
||||
config[bridge_name] = {"source_ethernet": '"' + npf + '"'}
|
||||
else:
|
||||
raise VMwareError("Could not find NPF id for VMnet interface {}".format(vmnet_interface))
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user