mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
[PR #1507] [CLOSED] Adds same-network check for port allocations. #1422
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1507
Author: @mkaulfers
Created: 7/10/2025
Status: ❌ Closed
Base:
main← Head:main📄 Description
NOTE!
I have some hesitation if this should be merged in or not. It's entirely possible that the exception would be thrown if two nodes are on the same "Subnet" but on different networks.
Adds a new validation check for same network check on nodes and port allocations. If two separate nodes share the same subnet, it will throw an invalid port exception whenever a duplicate is detected.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.