-
Hi,
I've looked through the ygot's code and couldn't find anything related to XML as the output format that can be used in Netconf's edit-config command. Do you have any plans to add capability to …
egr3s updated
2 years ago
-
According to design docs for the structs generated from yang model the YANG list are converted to map types.
https://github.com/openconfig/ygot/blob/master/docs/design.md#yang-lists
Since maps d…
-
list v4mg{
key "priority";
leaf priority {
type uint16;
}
}
Say. we have above yang, and convert it to ygot golang struct
…
-
Hi,
I have a quick question. I would like to know if there is any reason that you generate Go code from Yang files instead of using protoc to generate go code from protobuf models? It looks like …
-
```
2. going forward, we'll keep a note of the first entry that we initialise when doing `SetNode` or `GetOrCreate....`, and if the final call fails or is ignored (because it is a shadowpath), we'll …
-
The generated go struct code depends on ygot/ytypes which in turn imports golang/glog. It causes issue when I use the generated code with my own logging and flag system other than golang/glog, which w…
-
With the recent rename of `Validate` to `ΛValidate`, the `ygot.ValidatedGoStruct` interface has become less usable, not to mention this being a breaking change in order to allow nodes named `validate`…
-
I am using openconfig/ygot\@v0.25.4/generator/generator.go to convert yang to gostruct.
But the enum values are not converted as it is.
Example:
typedef enum_example {
type enumeration {
…
-
I would like to reference a linked container in extraHosts:
```
mock
example.com:mock
```
but it fails with the following error:
[ERROR] Failed…
-
As a result `TogNMINotifications` and `ygot.Diff` don't support any populated keyless list field.
The primary issue is that both of these utilities are meant to marshal values using "PROTO" encodin…