-
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 support for IP address statuses #87
Comments
Redefining this slightly to entail the addition of a |
One thought from me on this - I think the status field does address this issue, but I'm thinking about this from an ease of use perspective. Sure, I can create 200 IP address objects via bulk creation with the description "DHCP pool" and "used" status, but when I need to decease that pool by 20 IPs, do I have to hit 20 checkboxes? Wondering if there is a better way UI wise to do that. |
Ideally you'll be able to search for e.g. 192.168.0.[180-199], select all, and delete. Still working on the address expansion bit. |
Similar to request #36 for reserving rack space without a device, it would be useful to be able to reserve a range of IP space without needing to have an associated device (or 200 separate IP address entries).
For example, in most of our access segments we use a /24. 20-220 are generally handed out by a DHCP server, so we want to be able to note that without specifically tracking devices.
The text was updated successfully, but these errors were encountered: