Skip to content

Commit ad08943

Browse files
internet: (fixes #1243) Change NextHopCalculation from Network to Attached Router
1 parent 3df0d40 commit ad08943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internet/model/global-route-manager-impl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ GlobalRouteManagerImpl::SPFNexthopCalculation(SPFVertex* v,
10981098
}
10991099
else
11001100
{
1101-
w->SetRootExitDirection(v->GetRootExitDirection());
1101+
w->InheritAllRootExitDirections(v);
11021102
}
11031103
}
11041104
else

0 commit comments

Comments
 (0)