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:

committed by
Fernando Fernandez Mancera

parent
da8b304c38
commit
f2d91b4a68
@@ -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")
|
||||
],
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
|
Reference in New Issue
Block a user