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 issue #927 - cable module compatibility with NetBox v3.3 #938

Merged
merged 1 commit into from Feb 12, 2023

Conversation

andrii-konts
Copy link
Contributor

Related Issue

#927

New Behavior

Fields termination_a_id, termination_a_type, termination_b_id and termination_b_type will be converted into a_terminations and b_terminations lists for Netbox v3.3+

Contrast to Current Behavior

The cable module will work in the Netbox v3.3+ in the same way it used to in previous versions

Discussion: Benefits and Drawbacks

  • The cable module will be backward compatible including idempotency.
  • Many to many cable connections is not implemented and requires future development.

Changes to the Documentation

Documentation changes are not required.

Proposed Release Note Entry

Fixed cable module compatibility with Netbox v3.3+

Double Check

  • I have read the comments and followed the CONTRIBUTING.md.
  • I have explained my PR according to the information in the comments or in a linked issue.
  • My PR targets the devel branch.

@rodvand rodvand merged commit 0cf47c8 into netbox-community:devel Feb 12, 2023
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.

None yet

3 participants