diff --git a/src/core/thread/mle_router.cpp b/src/core/thread/mle_router.cpp index e28430e09..5d9a4260f 100644 --- a/src/core/thread/mle_router.cpp +++ b/src/core/thread/mle_router.cpp @@ -3093,6 +3093,11 @@ Neighbor *MleRouter::GetNeighbor(const Mac::ExtAddress &aAddress) } } + if (mParentRequestState != kParentIdle) + { + rval = Mle::GetNeighbor(aAddress); + } + break; }