Skip to content

Aireos Driver

Choose a tag to compare

@jmcgill298 jmcgill298 released this 29 Jul 20:44
4e0ea5c

Added

  • Cisco WLC/AireOS Driver
  • Poetry
  • boot_options property

Changed

  • Super calls migrated to Python 3 syntax
  • Moved templates package inside of utils package
  • Moved converters package inside of utils package
  • Moved constants to modules that used them instead of having separate modules

Deprecated

  • The get_boot_options method; replaced by boot_options property

Removed

  • Support for Python 2
  • strip_unicode function since support is not for Python 3

Fixed

  • All Unittests
  • IOS enable method failure condition when disabled

Security