mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-14 13:28:12 +00:00
Change method to allocate AUX console for existing Dynamips nodes
This commit is contained in:
@ -653,7 +653,6 @@ class BaseNode:
|
||||
:param aux_type: console type (string)
|
||||
"""
|
||||
|
||||
print("SET AUX TYPE", aux_type)
|
||||
if aux_type != self._aux_type:
|
||||
# get a new port if the aux type change
|
||||
if self._aux:
|
||||
|
Reference in New Issue
Block a user