File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ # Catalyst SD-WAN Lab 2.1.5 [ unreleased]
2+
3+ - In restore task, fix issue where the final output contains port 8443 instead of port used by PATty
4+
15# Catalyst SD-WAN Lab 2.1.4 [ Sep 10, 2025]
26
37- Fix issue where SD-WAN Manager might not boot in CML 2.8 and 2.9
Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ def main(
521521 f"#############################################\n "
522522 f"Lab is restored.\n "
523523 f"CML URL: https://{ cml_config .url } \n "
524- f"SD-WAN Manager URL: https://{ manager_ip } :8443 \n "
524+ f"SD-WAN Manager URL: https://{ manager_ip } :{ manager_port } \n "
525525 f"Use the username/password set with the script for CML and SD-WAN Manager login.\n "
526526 f"All other nodes use default username/password.\n "
527527 f"#############################################"
You can’t perform that action at this time.
0 commit comments