Skip to content
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

Closed
a-belhadj opened this issue Nov 28, 2022 · 3 comments · Fixed by #14610
Closed

Add a link to the parent Prefix in IP Ranges #11039

a-belhadj opened this issue Nov 28, 2022 · 3 comments · Fixed by #14610
Assignees
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application

Comments

@a-belhadj
Copy link

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

@a-belhadj a-belhadj added the type: feature Introduction of new functionality to the application label Nov 28, 2022
@elipsion
Copy link

elipsion commented Dec 2, 2022

This is implemented in #10692.

@jeremystretch
Copy link
Member

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 jeremystretch added the status: blocked Another issue or external requirement is preventing implementation label Jan 5, 2023
@jeremystretch
Copy link
Member

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 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 jeremystretch self-assigned this Dec 27, 2023
@jeremystretch 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
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 27, 2024
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants