mirror of
https://github.com/espressif/openthread.git
synced 2026-09-08 10:10:06 +00:00
[mlr] send BMLR.ntf on Backbone link (#5388)
This commit enhances Backbone Router to send BMLR.ntf on the backbone link for Multicast Listeners. - Send BMLR.ntf to the Backbone link - Add Backbone test with packet verification - Includes some revision to the Thread 1.2 Backbone CI scripts to make it more stable
This commit is contained in:
@@ -67,6 +67,7 @@ PORT_OFFSET = int(os.getenv('PORT_OFFSET', '0'))
|
||||
BACKBONE_PREFIX = f'{0x9100 + PORT_OFFSET:04x}::/64'
|
||||
BACKBONE_PREFIX_REGEX_PATTERN = f'^{0x9100 + PORT_OFFSET:04x}:'
|
||||
BACKBONE_DOCKER_NETWORK_NAME = f'backbone{PORT_OFFSET}'
|
||||
BACKBONE_IFNAME = 'eth0'
|
||||
|
||||
OTBR_DOCKER_IMAGE = os.getenv('OTBR_DOCKER_IMAGE', 'otbr-ot12-backbone-ci')
|
||||
OTBR_DOCKER_NAME_PREFIX = f'otbr_{PORT_OFFSET}_'
|
||||
|
||||
Reference in New Issue
Block a user