forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Why I did it nvidia-sonic project should use public submodule How I did it Merge sonic-gnmi to public repo, and replace submodule How to verify it Build image with nvidia-sonic repo
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule sonic-gnmi
updated
from 7a44eb to 2c8e4a
Submodule sonic-host-services
updated
from b23ce4 to bc0880
Submodule sonic-mgmt-common
updated
16 files
+10 −6 | cvl/cvl_api.go | |
+1 −0 | cvl/cvl_cache.go | |
+32 −13 | cvl/internal/yparser/yparser.go | |
+7 −10 | translib/db/db.go | |
+0 −5 | translib/db/db_test.go | |
+1 −0 | translib/db/subscribe.go | |
+2 −2 | translib/path/path_validator.go | |
+841 −207 | translib/subscribe.go | |
+0 −33 | translib/subscribe_app_utils.go | |
+883 −0 | translib/subscribe_notify.go | |
+130 −14 | translib/subscribe_test.go | |
+160 −0 | translib/subscribe_utils.go | |
+1 −1 | translib/transformer/transformer_test.go | |
+2 −2 | translib/transformer/xlate_utils.go | |
+103 −399 | translib/translib.go | |
+10 −7 | translib/version_test.go |