-
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
- Loading branch information
1 parent
c3899ef
commit 0e2b615
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-mgmt-common
updated
13 files
+5 −5 | azure-pipelines.yml | |
+12 −4 | go.mod | |
+11 −21 | go.sum | |
+48 −20 | translib/common_app.go | |
+63 −1 | translib/transformer/test/sonic-test-xfmr.yang | |
+537 −51 | translib/transformer/testxfmryang_test.go | |
+14 −13 | translib/transformer/xconst.go | |
+3 −1 | translib/transformer/xfmr_testxfmr_callbacks.go | |
+100 −2 | translib/transformer/xlate_del_to_db.go | |
+248 −57 | translib/transformer/xlate_from_db.go | |
+138 −32 | translib/transformer/xlate_to_db.go | |
+200 −14 | translib/transformer/xlate_utils.go | |
+61 −20 | translib/transformer/xspec.go |