-
Using the Cisco Unified Models located at https://github.com/YangModels/yang/tree/main/vendor/cisco/xr/742 we are receiving a duplicate node error as follows:
```
$ generator -path . -output_file …
-
Is there an option in the CLI to generate just the path structs without the gnmigen? So something without the pathgen.GNMIGenerator?
-
Hi, Is there any way I can generate xml namespace tags and XMLName xml.name field as a part of the auto-generated go structs?
Thanks.
-
We have a YANG module that we implement (ietf-routing-policy), but there are some changes that we've made. In order to maintain a separation between the IETF module and our modifications, instead of d…
-
Is there a plan for supporting c++ yang structures and rendering JSON and gNMI notification structures from it? If so can you provide the timeline?
YDK provides similar support with c++ however it …
-
panic: protobuf tag not enough fields in ListDeviceRequest.state:
goroutine 25 [running]:
github.com/gogo/protobuf/proto.(*unmarshalInfo).computeUnmarshalInfo(0xc000162000)
/Users/adithy…
-
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 …
-
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 contai…
-
The Nokia SROS yang model e.g. (https://github.com/nokia/7x50_YangModels) defines a validate leafs which causes issues with the chosen ygot naming.
Here is the reference to the leafs.
```
find .…
-
Enhance the protobuf generation by adding:
* Flag controlled use of the `optional` keyword for proto3.
* `go_package` output in all proto files.