[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:
Eduardo Montoya
2022-04-03 18:11:38 -07:00
committed by GitHub
parent 7dfde1f129
commit 01ff8952ab
+1 -1
View File
@@ -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."""