mirror of
https://github.com/espressif/openthread.git
synced 2026-07-29 07:07:47 +00:00
[thci] fix preferred flag when config border router (#3112)
This commit is contained in:
@@ -1595,7 +1595,7 @@ class OpenThread_WpanCtl(IThci):
|
||||
parameter = ''
|
||||
|
||||
if P_slaac_preferred == 1:
|
||||
parameter += ' -a'
|
||||
parameter += ' -a -f'
|
||||
|
||||
if P_stable == 1:
|
||||
parameter += ' -s'
|
||||
|
||||
Reference in New Issue
Block a user