mirror of
https://github.com/espressif/openthread.git
synced 2026-08-05 10:27:49 +00:00
[routing-manager] fix call to StartRoutingPolicyEvaluationJitter() (#8034)
This commit is contained in:
@@ -258,7 +258,7 @@ void RoutingManager::UpdateInfraIfNat64Prefix(const Ip6::Prefix &aPrefix)
|
||||
|
||||
if (mIsRunning)
|
||||
{
|
||||
StartRoutingPolicyEvaluationJitter(kRoutingPolicyEvaluationJitter);
|
||||
StartRoutingPolicyEvaluationJitter(kRoutingPolicyEvaluationJitterMin, kRoutingPolicyEvaluationJitterMax);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user