Skip to content

Commit

Permalink
Update HLD - fix diagram link
Browse files Browse the repository at this point in the history
  • Loading branch information
arfeigin committed Oct 31, 2022
1 parent 4e75e54 commit 4a83b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/copp/Preserve_COPP_tables_to_improve_fast-reboot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4a83b92

Please sign in to comment.