1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-26 00:38:10 +00:00

Fixes VDE not working #345.

This commit is contained in:
grossmj 2016-02-03 16:26:15 -07:00
parent 3e4423f663
commit 40261ec99c

View File

@ -48,7 +48,7 @@ class NIOVDE(NIO):
@asyncio.coroutine
def create(self):
self._hypervisor.send("nio create_vde {name} {control} {local}".format(name=self._name,
yield from self._hypervisor.send("nio create_vde {name} {control} {local}".format(name=self._name,
control=self._control_file,
local=self._local_file))