mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-26 16:58:28 +00:00
Fixes VDE not working #345.
This commit is contained in:
parent
3e4423f663
commit
40261ec99c
@ -48,9 +48,9 @@ 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))
|
||||||
|
|
||||||
log.info("NIO VDE {name} created with control={control}, local={local}".format(name=self._name,
|
log.info("NIO VDE {name} created with control={control}, local={local}".format(name=self._name,
|
||||||
control=self._control_file,
|
control=self._control_file,
|
||||||
|
Loading…
Reference in New Issue
Block a user