Skip to content

Commit 47a65eb

Browse files
set replace false
Signed-off-by: Stepan Blyschak <[email protected]>
1 parent 44d1c21 commit 47a65eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchagent/routeorch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2606,7 +2606,7 @@ void RouteOrch::publishRouteState(const RouteBulkContext& ctx, const ReturnCode&
26062606
fvs.emplace_back("protocol", ctx.protocol);
26072607
}
26082608

2609-
const bool replace = true;
2609+
const bool replace = false;
26102610

26112611
m_publisher.publish(APP_ROUTE_TABLE_NAME, ctx.key, fvs, status, replace);
26122612
}

0 commit comments

Comments
 (0)