-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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-gnmi to the latest HEAD automatically
- Loading branch information
1 parent
ca29197
commit 9d358ef
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-gnmi
updated
17 files
+22 −0 | .github/workflows/semgrep.yml | |
+29 −6 | Makefile | |
+1 −1 | azure-pipelines.yml | |
+24 −12 | gnmi_server/client_subscribe.go | |
+190 −40 | gnmi_server/server_test.go | |
+937 −0 | gnmi_server/transl_sub_test.go | |
+1 −0 | go.mod | |
+228 −73 | proto/sonic_internal.pb.go | |
+3 −0 | proto/sonic_internal.proto | |
+27 −0 | sonic_data_client/client_test.go | |
+13 −0 | sonic_data_client/db_client.go | |
+1 −0 | sonic_data_client/non_db_client.go | |
+258 −295 | sonic_data_client/transl_data_client.go | |
+386 −0 | sonic_data_client/transl_subscriber.go | |
+5 −1 | swsscommon/Makefile | |
+3 −1 | tools/test/env.sh | |
+58 −71 | transl_utils/transl_utils.go |