4295f9
From 19ab86202b9c4366ea5bd5ac820301f0ab6d1f95 Mon Sep 17 00:00:00 2001
4295f9
From: Michal Sekletar <msekleta@redhat.com>
4295f9
Date: Fri, 1 Oct 2021 11:46:23 +0200
4295f9
Subject: [PATCH] udev/net-setup-link: *really* change the default
4295f9
 MACAddressPolicy to "none"
4295f9
4295f9
Fix the oversight and change the policy in the link file, i.e. the
4295f9
place where it actually matters.
4295f9
4295f9
Related: #1921094
4295f9
---
4295f9
 network/99-default.link | 2 +-
4295f9
 1 file changed, 1 insertion(+), 1 deletion(-)
4295f9
4295f9
diff --git a/network/99-default.link b/network/99-default.link
4295f9
index bca660ac28..31aee37e75 100644
4295f9
--- a/network/99-default.link
4295f9
+++ b/network/99-default.link
4295f9
@@ -13,4 +13,4 @@ OriginalName=*
4295f9
 [Link]
4295f9
 NamePolicy=keep kernel database onboard slot path
4295f9
 AlternativeNamesPolicy=database onboard slot path
4295f9
-MACAddressPolicy=persistent
4295f9
+MACAddressPolicy=none