mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-18 15:33:49 +02: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