mirror of
https://github.com/espressif/openthread.git
synced 2026-08-02 17:17:45 +00:00
[mesh-local-prefix] remove coupling to Extended PAN ID (#7686)
Deriving the Mesh Local Prefix from the Extended PAN ID was carried forward from legacy implementations. Removing this coupling to conform to the existing Thread Specification.
This commit is contained in:
@@ -44,7 +44,6 @@ import simulator
|
||||
import sniffer
|
||||
from tlvs_parsing import SubTlvsFactory
|
||||
|
||||
# This extended address will generate the MESH_LOCAL_PREFIX
|
||||
MESH_LOCAL_PREFIX = 'fd00:db8::/64'
|
||||
MESH_LOCAL_PREFIX_REGEX_PATTERN = '^fd00:0?db8:0{0,4}:0{0,4}'
|
||||
ROUTING_LOCATOR = '64/:0:ff:fe00:/16'
|
||||
|
||||
Reference in New Issue
Block a user