netbox
netbox copied to clipboard
IPAddress Interface dropdown shows all interfaces, not only device ones
NetBox version
v3.5.6
Python version
3.8
Steps to Reproduce
- Create several devices with interfaces
- create an IP address
- assign the IP to an interface
This IP is now assigned to an interface of a device
- edit the IP adress
- open the dropdown of the 'interfaces
Expected Behavior
The dropdown should only display the interfaces of the device it is assigned to. If it needs to move to another device, then the 'filter' can be used.
That filter also is not aware of the device the IP/Interface belonged to
It should at least already show the 'Device' field with the device.
Observed Behavior
All interfaces of all devices are in the dropdown The filter is not helping a lot, and needs a lot of clicking to get the proper filter setup (Click Filter, Check Device, Click devicefield, Type devicename, Click proper device, click to close the dropdown, click search)
Once PR #13296 is merged. we can piggyback to fix this one too, at least the first part of it.
related: https://github.com/netbox-community/netbox/issues/12751
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. NetBox is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. Do not attempt to circumvent this process by "bumping" the issue; doing so will result in its immediate closure and you may be barred from participating in any future discussions. Please see our contributing guide.
Once PR #13296 is merged. we can piggyback to fix this one too, at least the first part of it.
@DanSheps now that the above got merged is there anything blocking this?
Marking this as blocked by #12751 for now.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. NetBox is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. Do not attempt to circumvent this process by "bumping" the issue; doing so will result in its immediate closure and you may be barred from participating in any future discussions. Please see our contributing guide.