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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

paketb0te
Copy link
Contributor

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@paketb0te paketb0te force-pushed the make-IOS-neighbor-details-pickleable-2 branch from c625e4a to 96360e5 Compare January 28, 2025 17:52
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
1 participant