-
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 (#16586) #### Why I did it src/sonic-mgmt-common ``` * 4cfc882 - (HEAD -> master, origin/master, origin/HEAD) CVL error reporting enhancements (#97) (5 hours ago) [Sachin Holla] * 4a88fe7 - transformer infra optimization on uri path unmarshaling (#99) (6 hours ago) [Balachandar Mani] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
72341a7
commit cdb7293
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-mgmt-common
updated
16 files
+0 −2 | cvl/Makefile | |
+25 −3 | cvl/cvl.go | |
+14 −0 | cvl/cvl_api.go | |
+85 −0 | cvl/cvl_error_test.go | |
+49 −93 | cvl/cvl_leafref_test.go | |
+76 −134 | cvl/cvl_must_test.go | |
+2 −2 | cvl/cvl_syntax.go | |
+487 −987 | cvl/cvl_test.go | |
+20 −38 | cvl/cvl_when_test.go | |
+1 −1 | cvl/internal/util/util.go | |
+132 −0 | cvl/internal/yparser/ly_path.go | |
+41 −94 | cvl/internal/yparser/yparser.go | |
+1 −0 | cvl/testdata/schema/sonic-acl.yang | |
+341 −80 | patches/ygot/ygot.patch | |
+14 −0 | translib/transformer/xlate_datastructs.go | |
+142 −0 | translib/transformer/xlate_utils.go |