<div dir="ltr">HI all, It seems that the MACAddressPolicy is periodically changing or being updated on my Ubuntu 22.04 cluster.<br><br>When I create the 22.04 image, I set the file /usr/lib/systemd/network/99-default.link to MACAddressPolicy=none and generate the image.<br><br>However, after a certain period of time (24 hours?), the value changes back to MACAddressPolicy=persistent. Strangely, even though the value has changed, the date still points to 2022.<br><br>-rw-r--r-- 1 root root 499 Mar 11  2022 /usr/lib/systemd/network/99-default.link<br>Is there a specific systemd daemon that might be changing this value?<br><br>As a solution, I can set the �file with a higher priority, but I am curious about why it is being changed.<br>----------------<br>[Match]<br>OriginalName=*<br><br>[Link]<br>NamePolicy=keep kernel database onboard slot path<br>AlternativeNamesPolicy=database onboard slot path<br>MACAddressPolicy=persistent<br>thank you.</div>