systemd: Work around new systemd persistent MAC "feature"
With the systemd version in Debian Bullseye systemd-udevd will by default
change MAC addresses of interfaces with a random MAC (bridges, veth, tun/tap,
etc.) to a persistent MAC based on the machine-id as well as the interface
name. As a consequence bridges will not get the MAC address of the first
interfaces added anymore. This commit restores the old behaviour to ensure
nothing will break unexpectedly down the line.
See https://github.com/systemd/systemd/issues/21185 for more context.
Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>