-
https://github.com/openconfig/ygot/blob/6f722a0cce2a47949294afa0c3f23b080d51e501/ygot/render.go#L329
For demo purpose
```Go
func demo(root ygot.GoStruct) {
ns, _ := ygot.TogNMINotifications(r…
-
👋 all,
I see that in the generator flags we mention that `structs_split_files_count` works only when `output_file` is specified.
https://github.com/openconfig/ygot/blob/faf395436e2fae19420fa363811…
-
e.g. https://github.com/openconfig/ygot/actions/runs/3744058114/jobs/6356977951
-
Hello.
I am getting an error with `protogenerator.go` when using `key` for a list. Could you pls help me with this and clarify what couses the problem?
Here is my model
```
module configuratio…
-
Can you let me know how below the protofiles/go files got generated for bgp rib from the demo directory? Looks like it was checked in code and not generated?
BGP RIB directory: https://github.com/…
-
### Relevant telegraf.conf
```toml
[[inputs.gnmi]]
addresses = ["host:57400"]
username = "user"
password = "pass"
encoding = "json"
redial = "10s"
…
-
Hi,
Similar to issue #42 , we need support to retrieve as-path info from BGP rib on ATE.
Ixia ondatra API currently supports retrieving MED info in BGP Rib, but we don't have as-path retrieval s…
-
Hi,
We are getting below issue while running RT 1.3 route_propagation_test.go. Please could you help to resolve it.
ATE rib verification api calls are failing with render issues.
Do we need to ch…
-
Hi,
If I update the bgp rib yang files under https://github.com/openconfig/ygot/tree/master/demo/protobuf_getting_started/yang and run protogenerator.go, I don't see the new protofile getting gener…
-
Am considering below approach. Please let me know if its feasible with ygot. I think producer side of things should be possible to do, however consumer side am not sure if its possible. I see protomap…