From 3789b5bb8b74f29abc8d609680eb06e14d0a9599 Mon Sep 17 00:00:00 2001 From: Tom cappleman Date: Tue, 12 Oct 2021 17:46:01 +0100 Subject: [PATCH] Fixes --- orchagent/routeorch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchagent/routeorch.cpp b/orchagent/routeorch.cpp index 0c7cb5dbd7..f634872614 100644 --- a/orchagent/routeorch.cpp +++ b/orchagent/routeorch.cpp @@ -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)