mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-04-25 04:35:52 +03:00
[GH-ISSUE #51] IP Address Management System Overhaul #35
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/panel#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ericwang401 on GitHub (Nov 6, 2023).
Original GitHub issue: https://github.com/ConvoyPanel/panel/issues/51
Is there an existing feature request for this?
Describe the feature you would like to see.
The current IPAM system should be overhauled to support IP address pools.
Describe the solution you'd like.
On top of that, bulk IP imports should be added to allow administrators to create loads of IPs using a range (starting IP and ending IP).
Additional context to this request.
No response
@ericwang401 commented on GitHub (Nov 11, 2023):
This feature has been added! Will be pushed in v4 release
@ericwang401 commented on GitHub (Nov 11, 2023):
Not done yet. Forgot to add a validation when removing nodes from an address pool to check if that nodes' servers are still using its addresses.
@ericwang401 commented on GitHub (Nov 12, 2023):
Added the necessary validation rule