Skip to content

Tenant, Tenant Group and VRF not submitted everywhere when adding IP Addresses #15015

@hpfried

Description

@hpfried

Deployment Type

Self-hosted

NetBox Version

v3.7.1

Python Version

3.10

Steps to Reproduce

  1. Navigate to a prefix

  2. Under the Group Addressing click the Link First available IP
    image
    -> Only the address is submitted

  3. Navigate to a prefix

  4. Navigate to IP Addresses tab

  5. click x IPs available
    image
    -> 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
image
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
image
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)

Metadata

Metadata

Assignees

Labels

severity: lowDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions