mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 14:47:46 +00:00
[mle] do not apply active dataset from settings after attaching (#3762)
A device should use the Active Dataset in use by the partition that it is attached to, not the one stored locally in non-volatile.
This commit is contained in:
@@ -3360,8 +3360,6 @@ otError Mle::HandleChildIdResponse(const Message &aMessage, const Ip6::MessageIn
|
||||
Get<NetworkData::Leader>().SetNetworkData(leaderData.GetDataVersion(), leaderData.GetStableDataVersion(),
|
||||
!IsFullNetworkData(), aMessage, networkDataOffset);
|
||||
|
||||
Get<MeshCoP::ActiveDataset>().ApplyConfiguration();
|
||||
|
||||
SetStateChild(shortAddress.GetRloc16());
|
||||
|
||||
exit:
|
||||
|
||||
Reference in New Issue
Block a user