gnmi icon indicating copy to clipboard operation
gnmi copied to clipboard

gRPC Network Management Interface

Results 91 gnmi issues
Sort by recently updated
recently updated
newest added

Hi gnmi_collector Dev and Support Team, ++ @jxx-gg @gcsl Query: Is gnmi_collector supports mTLS? If Yes then how to pass CA certs along with server cert and key. If No...

- Deprecation of alias per https://github.com/openconfig/reference/pull/148 - Regeneration of stubs `Alias` support in gNMI was removed from the specification however the `.proto` was never updated to reflect these changes. This...

This PR avoids panic when using `func Equal(a, b *pb.TypedValue) bool` with a or b being nil. This is done by using `TypedValue.GetValue()` instead of `TypedValue.Value`

It looks like the go workflow was removed at some point, potentially due to an upstream sync issue. Currently, this CI fails because of a fix being required for #124...

There exist import errors for the below lines "github.com/openconfig/gnmi/manager/manager" "github.com/openconfig/gnmi/tunnel/dialer" gnmi_collector.go:40:2: no required module provides package github.com/openconfig/gnmi/manager/manager; to add it: go get github.com/openconfig/gnmi/manager/manager gnmi_collector.go:43:2: no required module provides package github.com/openconfig/gnmi/tunnel/dialer;...

Currently, the specification as defined attaches a `timestamp` field to the `Notification` message and a `Notification` message can contain one or more `Update` messages. The `timestamp` field is defined as...

Hi, Objective - Gnmi collector to send proper x-path data to tunnelclient. Issue - Currently Gnmi collector is sending nothing. ( Flow is better explained in the points below )...

The extension ID will be used to export the telemetry header used by Juniper for exporting key information for debugging as well as for use by collectors. Details about the...

please replace this deprecated packages otherwise we are not able to use new modules

Is it possible to release a tag of this repo for external use? I don't see any official release of this repo.