Skip to content

Releases: napalm-automation-community/napalm-oneaccess-oneos

v0.1.3

04 Sep 05:20
Compare
Choose a tag to compare

✅ get_users() done
-removed extra data from get_facts which were not part of napalm base definition

v0.1.1

13 Aug 09:25
6f2bb20
Compare
Choose a tag to compare

Changes:

  • Fixed parse_uptime() which were returning wrong value
  • Fixed return value type for get interfaces (speed and last_flapped changed from int to float)
  • Cleaned the code according to Flake8 standards

v0.1.0

27 Jul 00:28
2f02117
Compare
Choose a tag to compare

First driver release. The following NAPALM functions are supported:
✅ is_alive()
✅ get_facts()
✅ get_interfaces()
✅ get_interfaces_ip()
✅ get_environment()
✅ get_arp_table()
✅ get_config()
✅ cli()