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

fixing bug #975 #1323

Draft
wants to merge 3 commits into
base: devel
Choose a base branch
from
Draft

Conversation

Ido-Don
Copy link

@Ido-Don Ido-Don commented Sep 20, 2024

Related Issue

The issue this PR is trying to fix is #975

New Behavior

this pull request changes the data object that will ultimately be sent to Netbox to include the assigned_object_id and assigned_object_type items.
it takes the interface_id that exists in interface and add an assigned_object_id that is equal to the interface_id and add an assigned_object_type item.

Contrast to Current Behavior

the current behavior will not assign an IP to an interface.

Discussion: Benefits and Drawbacks

the bug of not being able to assign an ip to an interface is apposing the vary idea of the module and should be a core part of it.
i merely act on this requirement.

Changes to the Documentation

the documentation already states this functionality, it was not implemented but it should have.

Proposed Release Note Entry

...

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.

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.

1 participant