Skip to content

Commit

Permalink
Merge branch 'develop' into nxos_ssh_no_enable
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceaulinic authored Apr 15, 2020
2 parents ab7f31e + 7166977 commit 1dc7606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napalm/nxos/nxos.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ def get_facts(self):
facts["model"] = show_version.get("chassis_id", "")
facts["hostname"] = show_version.get("host_name", "")
facts["os_version"] = show_version.get(
"sys_ver_str", show_version.get("rr_sys_ver", "")
"sys_ver_str", show_version.get("kickstart_ver_str", "")
)

uptime_days = show_version.get("kern_uptm_days", 0)
Expand Down

0 comments on commit 1dc7606

Please sign in to comment.