Skip to content

v1.4.0

Compare
Choose a tag to compare
@jeffkala jeffkala released this 05 Jan 22:52
· 136 commits to main since this release
339a8bf

[v1.4.0] - 2023-01

Added

  • #163 Added IP is_classfull utility function.
  • #172 Added Aruba AOS-CX Parser.
  • #177 Added IOS-XR Parser.
  • #182 Added Mrv Optiswitch Parser.
  • #182 Added Extreme Netiron Parser.

Changed

  • #178 Update OUI flatbot CI process.

Fixed

  • #173 Fixes classfull address naming.
  • #183 Updates parser folder info, fix aruba tests.
  • #181 Fixes incorrect behavior when calling tcp_ping with timeout >= 3.

Removed

  • #184 Removed redundant __init__ methods on Parser classes.

New Contributors