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

Feature Request: Assign IP: add IP's description on search and allow 'wildcards' in search #1990

Closed
MrDragon opened this issue Mar 23, 2018 · 0 comments
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application

Comments

@MrDragon
Copy link

MrDragon commented Mar 23, 2018

Issue type

[X ] Feature request
[ ] Bug report
[ ] Documentation

Environment

  • Python version: 3.5.2
  • NetBox version: 2.3.1

Description

  • When assigning an IP to an interface, also list the IP's "Description" field when displaying search results
  • When assigning an IP to an interface, allow 'wildcards' or something similar in the IP for the search

Use Case:

Makes life easier to find the right IP for the right interface, because human memory design is flawed.

Sorry, I'm clueless about the DB Schema (though I don't think it would need touching. Totally helpless about 3rd party libs.

Reminder from the email-thread in Google Groups (don't know when you get back to this):

In the search results, would it be possible to also list the IP’s “Description” field?

Sure. Could you open a feature request for it please?

While I’m dreaming, could I possibly in the future search for wildcard-IPs or similar?

We can replicate the logic from the q API filter for IP addresses, which basically matches any IP which "starts with" the given value (e.g. "192.0.2.1" will match 192.0.2.1 and 192.0.2.10). Since we're talking about the same specific function I think it's okay to add this to the same feature request as the first point.

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application labels Mar 29, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jan 17, 2020
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

No branches or pull requests

2 participants