mirror of
https://github.com/espressif/openthread.git
synced 2026-08-21 01:49:52 +00:00
[bbr] (Un)Subscribe AllDomainBBRs multicast address (#4795)
This commit includes: - cache domain prefix in the Thread Network - subscribe/unsubscribe AllDomainBBRs Multicast address - update test to cover AllNetworkBBRs and AllDomainBBRs subscription
This commit is contained in:
@@ -57,6 +57,8 @@ LINK_LOCAL_ALL_NODES_ADDRESS = 'ff02::1'
|
||||
LINK_LOCAL_ALL_ROUTERS_ADDRESS = 'ff02::2'
|
||||
|
||||
DOMAIN_PREFIX = 'fd00:7d03:7d03:7d03::/64'
|
||||
ALL_DOMAIN_BBRS_ADDRESS = 'ff32:40:fd00:7d03:7d03:7d03:0:3'
|
||||
ALL_NETWORK_BBRS_ADDRESS = 'ff32:40:fdde:ad00:beef:0:0:3'
|
||||
|
||||
DEFAULT_MASTER_KEY = bytearray([
|
||||
0x00,
|
||||
|
||||
Reference in New Issue
Block a user