mirror of
https://github.com/espressif/openthread.git
synced 2026-08-07 19:27:46 +00:00
[thci] do not set P_slaac flag for Domain prefix (#7557)
According to the Thread Specification the `P_slaac` flag should be set to false for the Domain prefix.
This commit is contained in:
@@ -3219,7 +3219,7 @@ class OpenThreadTHCI(object):
|
||||
return dua
|
||||
|
||||
def __addDefaultDomainPrefix(self):
|
||||
self.configBorderRouter(P_dp=1, P_slaac_preferred=1, P_stable=1, P_on_mesh=1, P_default=1)
|
||||
self.configBorderRouter(P_dp=1, P_stable=1, P_on_mesh=1, P_default=1)
|
||||
|
||||
def __setDUA(self, sDua):
|
||||
"""specify the DUA before Thread Starts."""
|
||||
|
||||
Reference in New Issue
Block a user