mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-02 20:21:02 +00:00
Fix reset console for non running IOU devices
This commit is contained in:
parent
990dabb7e4
commit
d477eb8366
@ -661,6 +661,7 @@ class IOUVM(BaseNode):
|
||||
self._telnet_server.close()
|
||||
await self._telnet_server.wait_closed()
|
||||
self._telnet_server = None
|
||||
if self.is_running():
|
||||
await self.start_console()
|
||||
|
||||
@locking
|
||||
|
Loading…
Reference in New Issue
Block a user