-
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
35d07e3
commit 8b9fc34
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-mgmt-common
updated
13 files
+4 −0 | azure-pipelines.yml | |
+4 −0 | config/transformer/models_list | |
+5 −2 | go.mod | |
+26 −3 | go.sum | |
+161 −0 | models/yang/annotations/openconfig-interfaces-annot.yang | |
+266 −0 | models/yang/extensions/openconfig-interfaces-deviation.yang | |
+32 −4 | models/yang/openconfig-if-ethernet.yang | |
+3 −1 | models/yang/sonic/import.mk | |
+0 −1,405 | translib/intf_app.go | |
+0 −240 | translib/intf_app_test.go | |
+8 −1 | translib/sys_app.go | |
+536 −0 | translib/transformer/interfaces_openconfig_test.go | |
+2,186 −0 | translib/transformer/xfmr_intf.go |