Change method to allocate AUX console for existing Dynamips nodes

This commit is contained in:
grossmj
2024-09-22 21:41:10 +07:00
parent c41c11eb34
commit 74782d413f
3 changed files with 21 additions and 6 deletions

View File

@ -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: