-
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
53aaf07
commit 15169bf
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-gnmi
updated
13 files
+1 −1 | gnmi_server/debug.go | |
+18 −18 | gnmi_server/gnoi.go | |
+13 −5 | gnmi_server/server.go | |
+33 −4 | gnmi_server/server_test.go | |
+18 −0 | gnoi_client/config/flag.go | |
+31 −0 | gnoi_client/file/file.go | |
+35 −308 | gnoi_client/gnoi_client.go | |
+46 −0 | gnoi_client/sonic/jwt.go | |
+132 −0 | gnoi_client/sonic/sonic.go | |
+26 −0 | gnoi_client/system/kill_process.go | |
+56 −0 | gnoi_client/system/reboot.go | |
+25 −0 | gnoi_client/system/time.go | |
+14 −0 | gnoi_client/utils/creds.go |