mirror of
https://github.com/espressif/openthread.git
synced 2026-08-10 04:37:47 +00:00
[mac-filter] change whitelist/blacklist to allowlist/denylist (#5507)
To promote inclusivity and eliminate any unintentional bias.
This commit is contained in:
@@ -43,13 +43,13 @@ class TestIPv6SourceSelection(thread_cert.TestCase):
|
||||
LEADER: {
|
||||
'mode': 'rsdn',
|
||||
'panid': 0xcafe,
|
||||
'whitelist': [ROUTER]
|
||||
'allowlist': [ROUTER]
|
||||
},
|
||||
ROUTER: {
|
||||
'mode': 'rsdn',
|
||||
'panid': 0xcafe,
|
||||
'router_selection_jitter': 1,
|
||||
'whitelist': [LEADER]
|
||||
'allowlist': [LEADER]
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user