Skip to content

Commit 3fd940e

Browse files
provide correct information at the end of restore task (#121)
* BugFix110, to provide correct information at the end of restore task. * Update CHANGELOG.md --------- Co-authored-by: tzarski0 <[email protected]>
1 parent 22478e0 commit 3fd940e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

catalyst_sdwan_lab/tasks/restore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"#############################################"

0 commit comments

Comments
 (0)