Ganesh Sindigi
Ganesh Sindigi
TogNMINotifications, returns an error of the form "unimplemented: keyless list cannot be output: ..." when the GoStruct contains a list without key/s. This is true even though the GoStruct do...
Similar to the library func `ygot.TogNMINotifications`, is there any func to achieve set of `Notification`s to related `GoStruct`s? When I tried to come up with a generic way to achieve...
The JSON representation proto.Messages for protoc-gen-go structs generated using jsonpb.Marshaler, looks different than the corresponding yang/proto definitions. Is there any mechanism to generate a RFC7951 compliant JSON output for these...
SetResponse contains `repeated UpdateResult response = 2;`; however, `UpdateResult`'s fields `timestamp` and `message (Error)` fields are deprecated. Remaining two fields are to carry the path and `Operation` details, which are...
Given the [Openconfig data-model](http://www.openconfig.net/projects/models/), are there any set guide-lines for`path` variable to be used in gNMI `Get` or `Subscribe` requests ? Please note that, I am not looking for syntactical...
I am referring to gNMI spec ver 0.6.0 and openconfig-telemetry.yang ver "0.4.1". As I understand by yang module, the dynamic subscriptions are typically configured through an RPC channel; I presume...
Looking for guidelines on handling keyless lists e.g., `/network-instances/network-instance[name=vrfInst1]/protocols/protocol[identifier=BGP][name=bgp]/bgp/rib/attr-sets/attr-set[index=1]/as-path/as-segment`. This list is defined without any keys. Below is a definition tree of the same. There are other occurrences as well....
With the current set of tools/support (YGOT & GoYang), there are 3 different ways to generate the Go Structs for a given YANG schema. ## 1 YGOT-Generator This generates the...
In `GetRequest`, the gNMI client has the flexibility to choose the kind of data to be served by target by using different options as described [The GetRequest Message](https://github.com/openconfig/gnmi/blob/master/proto/gnmi/gnmi.proto#:~:text=//%20Type%20of%20elements,to%20be%20used.) section especially...
How the response for a gNMI `Get` or `Subscribe` request with `prefix` set to a valid path in the YANG tree should be formed? 1. Should the response be always...