Cisco ASA Driver implementation for the NAPALM Network Automation Project.
This driver makes use of the Cisco ASA REST API. The REST API is only
available from software version 9.3.2 and up, and on the 5500-X series,
ASAv, ASA on Firepower and ISA 3000 platforms.
Provides
Requires
License
Apache-2.0
Changelog
* Thu Jan 05 2023 mcepl@cepl.eu
- Update to version 20180525.8c54a85:
* Version bump
* Implement token auth (#17)
* Add built status and pypi version to README
* PY3 compatibility for tests
* Fix style and add optinal_args protection against falsy value
* Add .travis.ya