Skip to content

Releases: greenpau/go-cisco-nx-api

v1.0.9

27 Sep 17:25
Compare
Choose a tag to compare
  • add support for error counters (#24)
  • always use the latest cookies and add mutex protection (#23)
  • add support for vlan counters (#22)

v1.0.8

02 Feb 22:40
Compare
Choose a tag to compare
  • use auth cookies to avoid switch max sessions failure

v1.0.7

14 Jan 23:11
Compare
Choose a tag to compare
v1.0.7

v1.0.6

14 Jan 20:21
Compare
Choose a tag to compare

v1.0.5

18 Nov 21:58
Compare
Choose a tag to compare
  • compatibility change: NXOS 9.3 changed CDP TTL format to string

v1.0.4

16 Nov 22:46
Compare
Choose a tag to compare
  • fix json parse failure when only 1 MAC address is returned.
  • add API func for CDP neighbors.
  • add show mac address table and show cdp neighbors to client test code.

v1.0.3

15 Nov 18:42
Compare
Choose a tag to compare
  • add support for show cdp neighbor

v1.0.2

04 Nov 15:17
Compare
Choose a tag to compare
  • support show mac address-table command API

v1.0.1

26 Jun 21:20
Compare
Choose a tag to compare
  • Migrated to go.mod and release workflow