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

Unable to move primary IP to interface on the same device #13292

Closed
PieterL75 opened this issue Jul 28, 2023 · 1 comment
Closed

Unable to move primary IP to interface on the same device #13292

PieterL75 opened this issue Jul 28, 2023 · 1 comment

Comments

@PieterL75
Copy link
Contributor

NetBox version

v3.5.6

Python version

3.10

Steps to Reproduce

  1. Create a device with 2 interfaces
  2. Create an IP
  3. Assign the IP to Interface1 and make it the primary ip for the device
  4. Edit the IP and re-assign it to Interface2 of that device

Expected Behavior

The widget should allow to move the IP to an interface of the same device

Observed Behavior

The Widget is totally grayed out. Moving an IP to another interface on the same device is not possible.
image

This is introduced in #11934
That Bugreport is about moving it to another device.
But due to the improvement of our netbox data, we have to move IPs from the 'general' IPs interface to a more specific interface on the device.

@PieterL75 PieterL75 added the type: bug A confirmed report of unexpected behavior in the application label Jul 28, 2023
@jeremystretch
Copy link
Member

This is a known limitation of the solution implemented to resolve #11934. The designation of the IP address as primary for the device must be removed before the IP address can be reassigned.

@jeremystretch jeremystretch closed this as not planned Won't fix, can't repro, duplicate, stale Aug 23, 2023
@jeremystretch jeremystretch removed the type: bug A confirmed report of unexpected behavior in the application label Aug 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants