[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:
Simon Lin
2020-09-27 11:32:33 -07:00
committed by GitHub
parent f013a30409
commit fad92841e7
7 changed files with 198 additions and 10 deletions
+2
View File
@@ -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'])