mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
When setting up flannel interfaces, use MACAddressPolicy=none, so that the MAC Address used is the initial one set by the kernel and not the one assigned by systemd. See coreos/flannel#1155 for more information. In #279 we tried adding the MACAddressPolicy=none setting to the existing 50-flannel.network file. But the change should have been in a .link file, not a .network file.