[pve-devel] [PATCH close #545, #5203: Allow bridges to have any valid interface name 2/2]

2024-01-29 Thread Jillian Morgan
Detect bridge interface by bridge_ports attribute Repo: pve-common Similar to other interface types, we can detect a bridge by the presense of it's bridge_ports attribute rather than solely relying on the "vmbr" ifname prefix heuristic. Signed-off-by: Jillian Morgan --- pve

[pve-devel] [PATCH close #545, #5203: Allow bridges to have any valid interface name 1/2]

2024-01-29 Thread Jillian Morgan
Allow bridges to have any valid interface name Repo: proxmox-widget-toolkit Allow the web UI to accept bridge interfaces with any valid interface name, rather than being limited to the arbitrary "vmbr" prefix. Signed-off-by: Jillian Morgan --- proxmox-widget-toolkit/src/Toolkit.js

[pve-devel] [PATCH close #545, #5203: Allow bridges to have any valid interface name 0/2]

2024-01-29 Thread Jillian Morgan
Allow bridges to have any valid interface name The patches are 1-line each, but across two repositories: proxmox-widget-toolkit (Toolkit.js) pve-common (INotify.pm) Jillian Morgan (2): Allow bridges to have any valid interface name Detect bridge interface by bridge_ports attribute src