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

Few questions on the authentication scheme as specified [here](https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-authentication.md) The spec mentions that username/password per-RPC can be carried within the RPC metadata. If the client (for example) uses C++ GRPC...

Hi, The GNMI spec is clear and explicitly calls out instances when the GRPC session (channel) needs to be closed. For example: - Target to close the session after transmission...

While trying to understand how to use aggregation, some points remained obscure. The text below is a proposal for clarification (but is my understanding correct ?) A same node cannot...

In section 3.3.2 for GetResponse the spec dictates: `The target MUST generate a Notification message for each path specified in the client's GetRequest` Similarly in section 3.4.2: `response - containing...

Sections 2.3.1 and 2.4.3 suggest that that data returned should begin at the requested data element omitting all parent nodes (eg. the example json_val contents for path "/a/b[name=b1]/c" under 2.3.1)....

We have a similar question to https://github.com/openconfig/reference/issues/66, but about unkeyed lists. How are paths to elements in an unkeyed list supposed to be represented in gNMI? One convenient answer would...

Several interpretations are possible for handling some "edge cases" with wildcards. A suggested (opinionated^^) wording for these cases is proposed below. The idea is that the server implementation might "canonalize"...

The `CSRParams` message in `cert.proto` makes no requirements for any CSR parameters to be set, either formally or informally. Tooling such as `openssl req ...` doesn't appear to require any...

The 0.4.0 specification states "...If an additional SubscribeRequest message specifying a SubscriptionList is sent via an existing _channel_, the target MUST respond to this message with SubscribeResponse message indicating an...