-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugins paloaltoarp.py - Entries node not found at element [0][4] #2924
Comments
Would you be able to look at this, @Slenderman00 ? |
@ajgibbon-tu could you provide me with the output of this |
export.txt I've shortened and obfuscated as I'd rather not display our IP ranges here? I think the issue is purely down to the elements not being in a fixed order in the xml file. We have more than one Palo firewall, out of the two I've checked, the entries node has come back as element 3. |
@ajgibbon-tu The issue has been solved. #2925 |
Fixed by #2925. ETA in NAV 5.10.1 |
works great in my environment, many thanks |
nav/python/nav/ipdevpoll/plugins/paloaltoarp.py
Line 141 in 2206edf
In the xml returned from our paloalto firewalls element 4 returns the "max" node not "entries"
I've used "entries = root[0][3]" to return data.
The text was updated successfully, but these errors were encountered: