-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
Deployment Type
Self-hosted
NetBox Version
v3.7.1
Python Version
3.10
Steps to Reproduce
-
Navigate to a prefix
-
Under the Group Addressing click the Link First available IP

-> Only the address is submitted -
Navigate to a prefix
-
Navigate to IP Addresses tab
-
click x IPs available

-> Only the address and Tenant are submitted
Expected Behavior
When you use the Add IP Address button after navigating to IP Addresses all Values are submitted

The generated link is like https://netbox/ipam/ip-addresses/add/?address=10.191.93.2/24&vrf=&tenant_group=2&tenant=4&return_url=/ipam/prefixes/196/ip-addresses/
Expected Behavior would be that in all cases the values for vrf, tenant and tenant group are submitted in the same way
Observed Behavior
Tenant, Tenant Group and VRF are not submitted when clicking the first available IP link inside a prefix

The generated link is like https://netbox/ipam/ip-addresses/add/?address=10.191.93.2/24
Tenant Group and VRF are not submitted when clicking x IPs availabe inside a prefix under IP Addresses
The generated link is like https://netbox/ipam/ip-addresses/add/?address=10.191.93.2/24&tenant=13
(Tenant Group will be correctly selected for the Tenant)