reference
reference copied to clipboard
This repository contains reference implementations, specifications and tooling related to OpenConfig-based network management.
Question: How should we version specifications and service definitions such that their relationship is clear? (i.e. we can find a one-to-one or one-to-most-recent mapping) Background thread comment describing the issue...
Today for gNMI.Subscribe a list of subscriptions can be provided. However, it is possible that overlap is created with different subscription behaviors. For example, assume a subscription list specified these...
This makes sense because in general the order matters, and append is just one way of inserting elements to the list. There is also no way to delete elements if...
With [Telegraf](https://www.influxdata.com/time-series-platform/telegraf/) we came across a device that uses spaces in path elements (see the [corresponding issue](https://github.com/influxdata/telegraf/issues/15405)), now the question arises if this (`show version`) is a valid path element....
It is not possible to expand keyless list instances into {path, scalar} pairs since unique leaf paths cannot be formed. How gNMI server can return such data when the client...
With the new PROTO encoding scheme, how can a gNMI client send replace operation at a container or list level, where the new value contains multiple fields? Now every `Update`...
I am testing ON_CHANGE subscriptions with IOS-XR and I am wondering how they are meant to work, as I couldn't determine it from the documentation. I would think that counter...
Documentation page to complement https://github.com/openconfig/gnmi/pull/169