Skip to content

"Container" prefix for loopbacks no longer shows child IP addresses #5925

@candlerb

Description

@candlerb

Environment

  • Python version: 3.6.9
  • NetBox version: 2.10.5

Steps to Reproduce

I have a "Container" prefix from which loopbacks are allocated. If I go to the loopback address, it shows its parent prefix. But if I go to the parent prefix, I don't see the child IPs.

  1. Create prefix 1.2.3.0/24 with status "Container", "is a pool"
  2. Create IP address 1.2.3.0/32, role "Loopback"
  3. Create IP address 1.2.3.1/32, role "Loopback"
  4. Create IP address 1.2.3.2/32, role "Loopback"
  5. Under "Parent prefixes" you'll see 1.2.3.0/24; navigate to this

Expected Behavior

Under the parent prefix, I expected to see the child IPs and utilisation. (I think that some time ago, it did)

Observed Behavior

No child IPs seen, and utilisation remains at 0%

Workaround

Change the prefix status to "Reserved". Child IPs are now seen, and utilisation shows as 1%.

(Not "Active", because it isn't an actual subnet on an interface)

Metadata

Metadata

Assignees

Labels

status: acceptedThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions