From 4a83b92a3d5b9af745c0e80d8a9f536bfc0d4518 Mon Sep 17 00:00:00 2001 From: afeigin Date: Mon, 31 Oct 2022 16:03:48 +0000 Subject: [PATCH] Update HLD - fix diagram link --- doc/copp/Preserve_COPP_tables_to_improve_fast-reboot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/copp/Preserve_COPP_tables_to_improve_fast-reboot.md b/doc/copp/Preserve_COPP_tables_to_improve_fast-reboot.md index 19ee948bc2..5429ddf6f9 100644 --- a/doc/copp/Preserve_COPP_tables_to_improve_fast-reboot.md +++ b/doc/copp/Preserve_COPP_tables_to_improve_fast-reboot.md @@ -25,13 +25,13 @@ With the new proposal, the CoPP tables contents will be preserved during reboot, In addition, for backwards compatibility, in case CoPP tables preserve an entry with a key that is not supported (i.e. such key is not present in the json default initialization file) it will be deleted from the CoPP tables during merge. The solution of deleting old entry and creating a new one instead is proposed since there is no SAI implementation to check for overwrites and this might lead to trying to re-create create-only entries which will cause orchagent crash. -# Flow +# Flows ## DB migrator copp tables handling logic The following flow captures the DB migrator propused functionality. -![](/images/copp/coppmgr_merge_logic.png) +![](/images/copp/copp_dbmigrator_flow.png) ## coppmgr mergeConfig logic