From cbd44e1ac487c93c814e6428afc62f67e1167e6b Mon Sep 17 00:00:00 2001 From: mssonicbld <79238446+mssonicbld@users.noreply.github.com> Date: Thu, 11 Jan 2024 14:35:12 +0800 Subject: [PATCH] [submodule] Update submodule sonic-mgmt-common to the latest HEAD automatically (#17751) #### Why I did it src/sonic-mgmt-common ``` * 9a12683 - (HEAD -> master, origin/master, origin/HEAD) Made following APIs TABLE List name agnostic. 1. sortDepTables 2. GetOrderedDepTables 3. GetOrderedTables Also fixed following issues in the above APIs 1. Missing Nodes(toposort) when Table has multiple lists. 2. Inconsistent comparison (few places list names where compared with table name) 3. Inconsistent I/O. These functions were designed to work on Lists but it accepted table names and due to which inconsistent results were observed. Fixed the behavior the I/O is always TABLE NAME but internally it gets converted to LIST and processed. It is done because there is a possibility of having an dependency between TABLE LIST. 4. Optimise the code. (9 hours ago) [Mohammed Faraaz] * 7795bbb - CVL Infra Enhancments and Fixes (9 hours ago) [Mohammed Faraaz] * 2bb6dbc - CVL Infra Enhancments and Fixes (9 hours ago) [Mohammed Faraaz] ``` #### How I did it #### How to verify it #### Description for the changelog --- src/sonic-mgmt-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sonic-mgmt-common b/src/sonic-mgmt-common index 891413ab9688..9a126834441c 160000 --- a/src/sonic-mgmt-common +++ b/src/sonic-mgmt-common @@ -1 +1 @@ -Subproject commit 891413ab9688fca451344852037e99d44e4b192b +Subproject commit 9a126834441ca6a203cff901416258a1ab961b1f