vrf is null when calling ipam_prefixes_list without a filter #5194

Closed
opened 2025-12-29 19:25:19 +01:00 by adam · 0 comments
Owner

Originally created by @gstorme on GitHub (Aug 18, 2021).

NetBox version

v2.11.10

Python version

3.8

Steps to Reproduce

GET /api/ipam/prefixes/
vrf is null on each listed prefix

GET /api/ipam/prefixes/?prefix=172.18.0.0%2F16
vrf is displayed when adding a filter

Expected Behavior

The VRF is displayed for each listed prefix

Observed Behavior

The VRF is null for each listed prefix, unless a filter is used on ipam_prefixes_list

Originally created by @gstorme on GitHub (Aug 18, 2021). ### NetBox version v2.11.10 ### Python version 3.8 ### Steps to Reproduce `GET /api/ipam/prefixes/` vrf is null on each listed prefix `GET /api/ipam/prefixes/?prefix=172.18.0.0%2F16` vrf is displayed when adding a filter ### Expected Behavior The VRF is displayed for each listed prefix ### Observed Behavior The VRF is null for each listed prefix, unless a filter is used on ipam_prefixes_list
adam added the type: bugstatus: revisions needed labels 2025-12-29 19:25:19 +01:00
adam closed this issue 2025-12-29 19:25:20 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5194