[pve-devel] applied: [PATCH installer 0/2] nic pinning: require first character to be lower-case

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Nov 18 17:31:08 CET 2025


On Tue, 18 Nov 2025 16:15:25 +0100, Stoiko Ivanov wrote:
> The regex for validating NICs in pve-common starts with /^[a-z].../
> getting 'name must start with a letter' to a pinned nic-name of 'ABC' is
> confusing. Additionally there was a discrepancy in validating the nic-name
> in the rust-based installers (is_ascii_alphabetic also matches upper-case
> letters, whereas the perl-regex required [a-z])
> 
> Align the validation with the version in pve-common.
> 
> [...]

Applied, thanks!

[1/2] common: pinning: require first character to be lower-case ascii
      commit: 47700a50ab4a8e3322aaa69f6a7ea584519b98e5
[2/2] sys: net: fix error-message for interface names first character
      commit: fc9e72091861b0f0981c8a4153c4017839478af7




More information about the pve-devel mailing list