-
Hello,
for a grpc service I'd like to use openconfig protos with compressed paths.
Now generating the protos with compressed paths using:
```bash
go run ${SRCDIR}/proto_generator/protogener…
-
I apologize in advance if it's something obvious and I'm missing it but I'm trying to do what I think is as basic as can be, simply pull information about interfaces from a cisco device using gnmi cli…
-
Hi team, Is there any utility to compare two GoStruct of same message type and generate gnmi set request ?
-
This would be akin to the Node.NName() function in goyang.
This is useful when `GetNode`/`SetNode` functions are called and the schema needs to be retrieved via `oc.SchemaTree[""]`
Thanks to @da…
-
I'm trying to send set request with proto encoding.
But it's impossible to send binary bytes with proto encoding, because pygnmi uses json.dumps:
https://github.com/akarneliuk/pygnmi/blob/master/pyg…
-
Currently, both functions follow the RFC7950 rule, [which says](https://tools.ietf.org/html/rfc7950#section-9.12) to unmarshal according to order of appearance in XML.
The current code is compliant…
-
go run ~/go/src/github.com/openconfig/ygot/generator/generator.go -path=yang -output_file=ems_regional_types.go -package_name=ems_regional_types -shorten_enum_leaf_names -typedef_enum_with_defmod -ex…
-
Hi All,
The GetResponse message consists of:
`notification - a set of Notification messages, as defined in Section 2.1. The target MUST generate a Notification message for each path specified in…
-
**Describe the bug**
gNMI-1.13_Telemetry_Optics_Power_and_Bias_Current required "type configuration is missing"
Need to add type configuration for this testcase
https://github.com/openconfig/featur…
-
Hi guys,
appreciating the work you are doing with ygot project.
I'm working with yang models from IETF.
A lot of these models contain "notification" yang types, an example below:
```
module…