napalm-asa icon indicating copy to clipboard operation
napalm-asa copied to clipboard

napalm-asa

Results 10 napalm-asa issues
Sort by recently updated
recently updated
newest added

the package didn't build for me (tests failed, don't know why) and I managed to fix it with something similar to https://github.com/napalm-automation-community/napalm-arubaos-switch/commit/ebd48e4679f284a1c76441feef15c528867a718c. Please note: I don't know what it does...

I believe that the NAPALM-ASA driver was setup to leverage the REST API. Recent versions of SourceFire software (>6.0) on ASA 5506-X platforms no longer supports the REST API. Should...

I'm creating this issue following @enzzzy's suggestion on Slack. We will try to provide some POC code and discuss what is the best way to implement multi-context support for this...

enhancement

See details in the parent issue napalm-automation/napalm-base#214

enhancement
api_change
Epic

Bumps [black](https://github.com/psf/black) from 20.8b1 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

Hi, I'm trying to use this driver with Netbox to retrieve some date from our Cisco ASA firewalls. I've just tried on an ASA running ASA software version 9.15 and...

To avoid those this patch needs to be applied: ```diff --- napalm_asa/asa.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/napalm_asa/asa.py +++ b/napalm_asa/asa.py @@ -62,7 +62,7 @@...

This patch needs to be applied: ```diff --- napalm_asa/asa.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) --- a/napalm_asa/asa.py +++ b/napalm_asa/asa.py @@ -30,7 +30,6 @@ from collections import...

While packaging for openSUSE/Factory with napalm 4.0.0 some tests are failing: ``` [ 28s] =================================== FAILURES =================================== [ 28s] ______________________ TestGetter.test_method_signatures _______________________ [ 28s] [ 28s] self = [ 28s]...