mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-13 17:40:54 +00:00
Fixes VDE not working #345.
This commit is contained in:
parent
3e4423f663
commit
40261ec99c
@ -48,7 +48,7 @@ class NIOVDE(NIO):
|
|||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
def create(self):
|
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,
|
control=self._control_file,
|
||||||
local=self._local_file))
|
local=self._local_file))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user