mirror of
https://github.com/GNS3/gns3-server
synced 2025-02-17 18:42:00 +00:00
parent
52577b55b2
commit
8db9b89318
@ -45,6 +45,7 @@ from .utils.iou_export import nvram_export
|
|||||||
from gns3server.ubridge.ubridge_error import UbridgeError
|
from gns3server.ubridge.ubridge_error import UbridgeError
|
||||||
from gns3server.utils.file_watcher import FileWatcher
|
from gns3server.utils.file_watcher import FileWatcher
|
||||||
from gns3server.utils.asyncio.telnet_server import AsyncioTelnetServer
|
from gns3server.utils.asyncio.telnet_server import AsyncioTelnetServer
|
||||||
|
from gns3server.utils.asyncio import locked_coroutine
|
||||||
import gns3server.utils.asyncio
|
import gns3server.utils.asyncio
|
||||||
import gns3server.utils.images
|
import gns3server.utils.images
|
||||||
|
|
||||||
@ -511,7 +512,7 @@ class IOUVM(BaseNode):
|
|||||||
# configure networking support
|
# configure networking support
|
||||||
yield from self._networking()
|
yield from self._networking()
|
||||||
|
|
||||||
@asyncio.coroutine
|
@locked_coroutine
|
||||||
def _networking(self):
|
def _networking(self):
|
||||||
"""
|
"""
|
||||||
Configures the IOL bridge in uBridge.
|
Configures the IOL bridge in uBridge.
|
||||||
|
Loading…
Reference in New Issue
Block a user