-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Description
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.
- Create prefix 1.2.3.0/24 with status "Container", "is a pool"
- Create IP address 1.2.3.0/32, role "Loopback"
- Create IP address 1.2.3.1/32, role "Loopback"
- Create IP address 1.2.3.2/32, role "Loopback"
- 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)
leec-666, falz and msi-robert
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application