wired: deprecate NMSettingWired mac-address-blacklist property

To embrace inclusive language, deprecate the NMSettingWired
mac-address-blacklist property and introduce mac-address-denylist property.
This commit is contained in:
Jan Vaclav
2024-03-13 12:44:59 +01:00
committed by Fernando Fernandez Mancera
parent da8b304c38
commit f2d91b4a68
14 changed files with 516 additions and 223 deletions

View File

@@ -54,6 +54,9 @@ ALIASED_PROPERTIES = {
NM.SETTING_WIRELESS_MAC_ADDRESS_BLACKLIST, "mac-address-denylist"
)
],
NM.SETTING_WIRED_SETTING_NAME: [
AliasedProperty(NM.SETTING_WIRED_MAC_ADDRESS_BLACKLIST, "mac-address-denylist")
],
}
###############################################################################