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

fix loading and saving bugs with vlans, lags and vrfs #310

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Dav-C
Copy link
Contributor

@Dav-C Dav-C commented Jan 24, 2025

Closes: #311

What's Changed

  • Fix bug when loading vlans

    • if the untagged vlan dictionary returned from command getter is an empty dict, it should not be loaded into diffsync
  • Fix bug with untagged vlan to interface assignments

    • assignments are now properly removed
  • Fix bug with lag to interface assignments

    • assignments are now properly removed
  • Fix bug with vrf to interface assignments

    • assignments are now properly removed
  • Add additional error handling for methods assigning objects to interfaces

  • Refactor methods assigning objects to interfaces to all use the same pattern

@Dav-C Dav-C changed the title fix loading and saving bugs with vlans, lags. and vrfs fix loading and saving bugs with vlans, lags and vrfs Jan 24, 2025
@Dav-C Dav-C marked this pull request as ready for review January 24, 2025 21:51
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.

Lag, Vrf and Untagged Vlan to Interface assignments not removed
3 participants