Skip to content
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

use plain dict in IOSDriver.get_bgp_neighbors_detail() #2163

Conversation

paketb0te
Copy link
Contributor

fixes #2161 by omitting defaultdict and creating the missing empty dicts / lists manually, when required.

@paketb0te paketb0te force-pushed the make-IOS-neighbor-details-pickleable-2 branch from c625e4a to 96360e5 Compare January 28, 2025 17:52
@ktbyers
Copy link
Contributor

ktbyers commented Feb 9, 2025

Looks good.

@ktbyers ktbyers merged commit eef08bc into napalm-automation:develop Feb 9, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The IOSDriver's BGP neighbor details cannot be pickled, which causes issues with peering-manager
2 participants