-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[submodule] Update submodule sonic-mgmt-common to the latest HEAD aut…
…omatically (#17313) #### Why I did it src/sonic-mgmt-common ``` * 268b67c - (HEAD -> master, origin/master, origin/HEAD) Integrating the transformer infra GET optimization, Request context cancel handling and other bug fixes (#111) (2 hours ago) [Balachandar Mani] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
80615f4
commit 67e414f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-mgmt-common
updated
18 files
+1 −0 | go.mod | |
+6 −0 | translib/app_interface.go | |
+15 −11 | translib/app_utils.go | |
+29 −24 | translib/common_app.go | |
+43 −25 | translib/request_binder.go | |
+54 −7 | translib/request_binder_test.go | |
+14 −0 | translib/tlerr/app_errors.go | |
+2 −0 | translib/transformer/xfmr_interface.go | |
+86 −32 | translib/transformer/xlate.go | |
+10 −2 | translib/transformer/xlate_datastructs.go | |
+15 −10 | translib/transformer/xlate_del_to_db.go | |
+467 −106 | translib/transformer/xlate_from_db.go | |
+7 −6 | translib/transformer/xlate_prune.go | |
+36 −11 | translib/transformer/xlate_to_db.go | |
+375 −74 | translib/transformer/xlate_utils.go | |
+5 −4 | translib/transformer/xlate_xfmr_handler.go | |
+3 −0 | translib/transformer/xspec.go | |
+6 −5 | translib/translib.go |