mirror of
https://github.com/espressif/openthread.git
synced 2026-08-09 20:27:47 +00:00
[routing-manager] remove duplicate logging of RA header (#11604)
This commit is contained in:
@@ -1400,8 +1400,6 @@ void RoutingManager::RxRaTracker::ProcessRaHeader(const RouterAdvert::Header &aR
|
||||
prefix.Clear();
|
||||
entry = aRouter.mRoutePrefixes.FindMatching(prefix);
|
||||
|
||||
LogInfo("- RA Header - default route - lifetime:%u", aRaHeader.GetRouterLifetime());
|
||||
|
||||
if (entry == nullptr)
|
||||
{
|
||||
VerifyOrExit(aRaHeader.GetRouterLifetime() != 0);
|
||||
|
||||
Reference in New Issue
Block a user