internet: (fixes #1243) Change NextHopCalculation from Network to Attached Router

This commit is contained in:
shashwat
2025-06-20 00:04:02 +05:30
parent 3df0d403e9
commit ad089436ac

View File

@@ -1098,7 +1098,7 @@ GlobalRouteManagerImpl::SPFNexthopCalculation(SPFVertex* v,
}
else
{
w->SetRootExitDirection(v->GetRootExitDirection());
w->InheritAllRootExitDirections(v);
}
}
else