Andrey Smirnov da67952666
fix: disable automatic MAC assignment to bridge interfaces
Linux kernel has the following policy:

* initial bridge MAC is random
* if the bridge MAC is not set explicitly by userspace,
  bridge MAC is the smallest MAC address of all ports

But systemd-udevd which we use started to assign "stable" MACs to bridge
interfaces (when they are created), which Linux kernel treats as
userspace explicitly set, so the bridge no longer gets an automatic MAC
of the ports.

This is a breaking change, so we need to revert it.

Fixes #10884

Fixes #11011

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2025-05-15 18:45:16 +04:00
..
2023-08-24 17:43:36 +05:30
2024-03-21 01:06:53 +03:00
2025-04-08 09:02:02 +05:30
2024-10-17 22:12:50 +04:00
2024-08-29 20:44:37 +04:00
2024-12-16 16:48:30 +04:00
2024-11-02 22:25:04 +05:30
2024-12-16 16:48:30 +04:00
2024-11-14 12:25:56 +03:00
2024-10-17 22:12:50 +04:00
2025-01-28 18:42:06 +04:00
2024-07-08 18:14:00 +03:00
2025-04-08 09:02:02 +05:30
2025-04-10 16:44:57 +05:30
2025-04-11 20:27:39 +04:00
2024-10-01 16:08:44 +04:00