mirror of
https://github.com/espressif/openthread.git
synced 2026-09-08 18:20:06 +00:00
[dua] handle AddressError (#5516)
This commit enhances DUA feature to handle Address Error by increasing the DAD counter and generating new DUA address if a DUA conflict is detected.
This commit is contained in:
@@ -174,6 +174,8 @@ class TestCase(NcpSupportMixin, unittest.TestCase):
|
||||
self.nodes[i].set_router_upgrade_threshold(params['router_upgrade_threshold'])
|
||||
if 'router_downgrade_threshold' in params:
|
||||
self.nodes[i].set_router_downgrade_threshold(params['router_downgrade_threshold'])
|
||||
if 'router_eligible' in params:
|
||||
self.nodes[i].set_router_eligible(params['router_eligible'])
|
||||
|
||||
if 'timeout' in params:
|
||||
self.nodes[i].set_timeout(params['timeout'])
|
||||
|
||||
Reference in New Issue
Block a user