[dua] fix unnessary reregistration (#6591)

This commit is contained in:
Rongli Sun
2021-05-10 21:38:31 -07:00
committed by Jonathan Hui
parent a74e0a35c4
commit a7b429c193
+1
View File
@@ -524,6 +524,7 @@ void DuaManager::PerformNextRegistration(void)
mIsDuaPending = true;
mRegisteringDua = dua;
mDelay.mValue = 0;
// Generally Thread 1.2 Router would send DUA.req on behalf for DUA registered by its MTD child.
// When Thread 1.2 MTD attaches to Thread 1.1 parent, 1.2 MTD should send DUA.req to PBBR itself.