]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
fix #2703: networkedit: limit custom interface name field to 15 characters.
authorAlexandre Derumier <aderumier@odiso.com>
Fri, 14 Oct 2022 07:55:50 +0000 (09:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 Oct 2022 13:20:45 +0000 (15:20 +0200)
commit60ed17bf96e17b21fe9029d137a53ac36ee8c94b
tree60e7795bb4532be3763cfdf13400d3a76ada414d
parent34edc91701dc3806a5cb52755830b6953a724c6a
fix #2703: networkedit: limit custom interface name field to 15 characters.

Linux kernel don't allow interfaces name with more than 15 characters

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
src/node/NetworkEdit.js