-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a link to the parent Prefix in IP Ranges #11039
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Comments
a-belhadj
added
the
type: feature
Introduction of new functionality to the application
label
Nov 28, 2022
This is implemented in #10692. |
Marking this as blocked by #7845. We need to determine an efficient way of automatically mapping child IP addresses, ranges, and prefixes to their parent prefixes. |
jeremystretch
added
the
status: blocked
Another issue or external requirement is preventing implementation
label
Jan 5, 2023
Absent a solution for #7845, we can just do what we do for IP prefixes currently: Dynamically resolve any containing prefixes and list them in a table on the page. |
jeremystretch
added
status: needs owner
This issue is tentatively accepted pending a volunteer committed to its implementation
and removed
status: blocked
Another issue or external requirement is preventing implementation
labels
Dec 27, 2023
jeremystretch
added
status: accepted
This issue has been accepted for implementation
and removed
status: needs owner
This issue is tentatively accepted pending a volunteer committed to its implementation
labels
Dec 27, 2023
jeremystretch
added a commit
that referenced
this issue
Dec 27, 2023
jeremystretch
added a commit
that referenced
this issue
Dec 27, 2023
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
NetBox version
v.3.3.6
Feature type
Change to existing functionality
Proposed functionality
I want to see the parent prefix of an IP range when I look at my IP range (https://mynetbox/ipam/ip-ranges/2/)
A simple way to implement that is to display the prefix of a random IP in the range, but it will not work if the range goes through multiple prefixes.
Use case
We want to move our "fake" prefixes to IP ranges, but it's hard to know the parent prefix of an IP Address.
Database changes
It should be a computed value and shouldn't change the database
External dependencies
No dependencies
The text was updated successfully, but these errors were encountered: