settings: call removed plugins "obsolete" not "deprecated"
The ifcfg-rh plugin is deprecated, yet still present. Call the removed plugins something different. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1989
This commit is contained in:
@@ -3520,7 +3520,7 @@ load_plugins(NMSettings *self, const char *const *plugins, GError **error)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (NM_IN_STRSET(pname, "ifcfg-suse", "ifnet", "ibft", "no-ibft")) {
|
if (NM_IN_STRSET(pname, "ifcfg-suse", "ifnet", "ibft", "no-ibft")) {
|
||||||
_LOGW("skipping deprecated plugin %s", pname);
|
_LOGW("skipping obsolete plugin %s", pname);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user