From a7488fe3a0805e2130f3c3221a47988649d86b18 Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Dec 15 2020 17:54:47 +0000 Subject: net_setup_link: allow renaming interfaces that were renamed previously patch_name: 0017-net_setup_link-allow-renaming-interfaces-that-were-r.patch present_in_specfile: true location_in_specfile: 17 squash_commits: true --- diff --git a/src/udev/net/link-config.c b/src/udev/net/link-config.c index cec4f4f..5113586 100644 --- a/src/udev/net/link-config.c +++ b/src/udev/net/link-config.c @@ -306,7 +306,6 @@ static bool should_rename(struct udev_device *device, bool respect_predictable) switch (type) { case NET_NAME_USER: - case NET_NAME_RENAMED: /* these were already named by userspace, do not touch again */ return false; case NET_NAME_PREDICTABLE: