[border-router] send RA immediately when RA parameters are updated (#6565)

This commit is contained in:
kangping
2021-05-06 10:08:07 -07:00
committed by GitHub
parent 4b455ca72c
commit 217727ec62
5 changed files with 54 additions and 11 deletions
@@ -114,7 +114,7 @@ class SingleBorderRouter(thread_cert.TestCase):
self.assertTrue(host.ping(router.get_ip6_address(config.ADDRESS_TYPE.OMR)[0], backbone=True))
# Stop the radvd service and wait for the Border Router
# to start adverting on-link prefix on its own.
# to reset the RA parameters.
br.stop_radvd_service()
self.simulator.go(15)