[ Version ( deprecated = true , deprecated_since = "1.48." ) ]
public bool add_mac_blacklist_item (string mac)
Warning: add_mac_blacklist_item is deprecated since 1.48..
Adds a new MAC address to the mac_address_blacklist property.
Use add_mac_denylist_item instead.
| this |
the SettingWired |
| mac |
the MAC address string (hex-digits-and-colons notation) to blacklist |
|
true if the MAC address was added; false if the MAC address is invalid or was already present |