Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TACappleman committed Oct 12, 2021
1 parent 13ef025 commit 3789b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/routeorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@ bool RouteOrch::addRoute(RouteBulkContext& ctx, const NextHopGroupKey &nextHops)
m_neighOrch->addNextHop(nexthop);
next_hop_id = m_neighOrch->getNextHopId(nexthop);
}
/* IP neighbor is not yet resolved */
/* IP neighbor is not yet resolved */
else
{
if(overlay_nh)
Expand Down

0 comments on commit 3789b5b

Please sign in to comment.