mirror of
https://github.com/espressif/openthread.git
synced 2026-08-18 08:29:52 +00:00
mParent is also the neighbor during Router rettach (#1176)
This commit is contained in:
@@ -3093,6 +3093,11 @@ Neighbor *MleRouter::GetNeighbor(const Mac::ExtAddress &aAddress)
|
||||
}
|
||||
}
|
||||
|
||||
if (mParentRequestState != kParentIdle)
|
||||
{
|
||||
rval = Mle::GetNeighbor(aAddress);
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user