Unable to list prefixes of VRF if RD is empty #2396

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

Originally created by @markkuleinio on GitHub (Feb 19, 2019).

Environment

  • Python version: 3.5.3
  • NetBox version: 2.5.6

Steps to Reproduce

  1. Have a VRF configured with no RD
  2. Have prefixes in that VRF (for example, three prefixes)
  3. Go to the VRF, there is a line "Prefixes 3", where "3" is a link
  4. Click the link, it opens the full Prefixes list

Expected Behavior

The link should open just the prefixes connected to that VRF

Observed Behavior

The link opened list of all prefixes (URL shows /ipam/prefixes/?vrf=None).

Works as expected if VRF is configured with RD (URL shows /ipam/prefixes/?vrf=rdnumber)

Originally created by @markkuleinio on GitHub (Feb 19, 2019). ### Environment * Python version: 3.5.3 * NetBox version: 2.5.6 ### Steps to Reproduce 1. Have a VRF configured with no RD 2. Have prefixes in that VRF (for example, three prefixes) 3. Go to the VRF, there is a line "Prefixes 3", where "3" is a link 4. Click the link, it opens the full Prefixes list ### Expected Behavior The link should open just the prefixes connected to that VRF ### Observed Behavior The link opened list of all prefixes (URL shows `/ipam/prefixes/?vrf=None`). Works as expected if VRF is configured with RD (URL shows `/ipam/prefixes/?vrf=rdnumber`)
adam added the type: bugstatus: accepted labels 2025-12-29 17:25:43 +01:00
adam closed this issue 2025-12-29 17:25:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2396