Skip to content

Commit d891da5

Browse files
authored
Merge pull request CiscoDevNet#84 from gregbo/patch-1
Update updateip.py to use current HTTPS port.
2 parents 7b838b4 + 8dba801 commit d891da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

restconf_update_ipaddress/updateip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
# These variables target the RESTCONF Always-On Sandbox hosted by Cisco DevNet
3636
HOST = 'ios-xe-mgmt.cisco.com'
37-
PORT = '9443'
37+
PORT = '443'
3838
USER = 'root'
3939
PASS = 'D_Vay!_10&'
4040

0 commit comments

Comments
 (0)