I really like the feature to disable mac address learning at all (
Currently, the forwarding database is only populated on a start / reboot / reset of vms.
Are there any plans to enhance this database population for events like:
Does Proxmox support population of the forwarding database for live migrations (assuming mac learning is disabled on source and target node)?
bridge-disable-mac-learning 1
) which was integrated in PVE 7.2.Administrators can now disable MAC learning on a bridge in /etc/network/interfaces with the bridge-disable-mac-learning flag.
This reduces the number of packets flooded on all ports (for unknown MAC addresses), preventing issues with certain hosting providers (for example, Hetzner), which resulted in the Proxmox VE node getting disconnected.
# https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_7.2
Currently, the forwarding database is only populated on a start / reboot / reset of vms.
Are there any plans to enhance this database population for events like:
- new nic added
- mac address of an existing nic is changed (on pve side)
- vlan tag of an existing nic is changed (on pve side)
Does Proxmox support population of the forwarding database for live migrations (assuming mac learning is disabled on source and target node)?