mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-06-10 09:02:42 -04:00
[PR #304] [MERGED] fix: support IPv6 link-local addresses with zone identifiers #338
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/community-scripts/ProxmoxVE-Local/pull/304
Author: @michelroegl-brunner
Created: 11/10/2025
Status: ✅ Merged
Merged: 11/10/2025
Merged by: @michelroegl-brunner
Base:
main← Head:fix/275📝 Commits (1)
03fd7bdfix: support IPv6 link-local addresses with zone identifiers in server settings📊 Changes
1 file changed (+15 additions, -3 deletions)
View changed files
📝
src/app/_components/ServerForm.tsx(+15 -3)📄 Description
Description
This PR fixes the server settings modal to accept IPv6 link-local addresses with zone identifiers (e.g.,
fe80::be24:11ff:fe28:30db%eth0).Changes
validateServerAddressfunction to handle IPv6 addresses with zone identifiersTesting
Tested with the following address formats:
192.168.0.254pve,pve.example.com2a00:ae00:e2:7600:bb24:119f:fe2c:30dbfe80::be24:11ff:fe28:30db%eth0Fixes the issue where link-local addresses were being rejected.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.