-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Primary IPv6 for VDC filters IPv4 #10950
Comments
For context it's missing something equivalent to this logic (example for devices): netbox/netbox/dcim/forms/model_forms.py Lines 614 to 638 in ebf555e
|
I think we can get away with just simple filters on this one as I don't think we care about NAT since this would be for management. TBH I am not sure why we care about nat_inside for regular devices either, seems unneeded to me but I am sure there is a use case somewhere (nat'd IP for a remote site or something) Maybe it would make sense for a "available_on_device" filter similar to the one on vlans. |
NetBox version
v3.4-beta1
Python version
3.10
Steps to Reproduce
ncsu-coreswitch1
on the device drop-downExpected Behavior
Only IPv6 addresses should be displayed
Observed Behavior
IPv4 addresses are displayed
The text was updated successfully, but these errors were encountered: