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
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
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