reference icon indicating copy to clipboard operation
reference copied to clipboard

This repository contains reference implementations, specifications and tooling related to OpenConfig-based network management.

Results 98 reference issues
Sort by recently updated
recently updated
newest added

Looking at the latest gnmi.proto, the use of timestamp within an UpdateResult has been deprecated, in favor of a single timestamp within the SetResponse. However Section 3.4.2 still discusses using...

Looking at the `gnoi.certificate` service defined in `gnoi_cert.proto`, there's no mention of the gRPC server having to use a TLS socket with service `gnoi.certificate`, but that may have been an...

The `ModelData` protocol, as used in a `CapabilityResponse` (among other places), defines a field `name`, described as the "Name of the model" ([seen here](https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi.proto#L396)). The clarification requested is to describe...

I have a problem with this: > The JSON type indicates that the value included within the bytes field of the node value message is encoded as a JSON string....

It's convenient that an `Error` message was added for `UpdateResponse`, but a bummer that `SubscribeResponse` didn't also get it. One common case that has come several times on my end...

It's not clear to some vendors that we expect errors to be returned using the canonical error codes provided by gRPC (e.g., [here](https://godoc.org/google.golang.org/grpc/codes)). E.g., they were expecting to have an...

Today in section [2.3.3 Protobuf](https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-specification.md#233-protobuf) we don't clarify what type of gpb to use. Cisco for example in dial-out mode provides both gpb-self-describing and gpb-compact. ### Problem Because there is...

Added clarity for delete path discussed in gnmi repo issue 145.