-
Hi all,
I wonder which code path is responsible to sort alphabetically generated struct's fields?
consider the following module:
```yang
module test {
yang-version 1.1;
namespace "urn:sr…
hellt updated
1 month ago
-
Hi,
With ygot version 0.12.3, in SetNode() API if schema path is used till leaf level and value is sent as nil, then valid pointer was returned till the leaf level for the ygot structure and pointe…
-
Currently, `ParsedDirectory` is keyed on the "total" schema path of the node. So this includes choice/cases statements for a YANG schema that uses them. This was noted as questionable by https://githu…
-
I have the following YANG config:
leaf my-leaf {
type union {
type uint8 {
range 0..255;
}
}
}
If the value of this leaf is set to 0, it does not show up in the…
-
Hi,
I want to generate proto inputs in this format from a json equivalent. Is there a way to do so?
path: <
elem: <
name: "a"
>
elem: <
name: "b"
>
elem: <
name: "c…
-
Hi,
I got a new version of YGOT and now EmitJSON functionality is broken.
You changed Validate() to ΛValidate(). So now if I have 100s of these Validate calls I have to modify all of them? And not j…
-
Hi,
I've got a question regarding the -exclude_modules flag in the generator.
When loading a bunch of yang files (without knowing which file contains which module), I'm trying to exclude a numbe…
-
When generating a proto message, if more than one enum is defined within a union then ygot will pick whatever the first enum that is declared in the schema, instead of listing them all within oneof me…
-
Hi,
gNMI-1.13: Telemetry: Optics Power and Bias Current : required "type" configuration missing
https://github.com/openconfig/featureprofiles/blob/main/feature/platform/tests/optics_power_and_bi…
-
We use Ygot to convert our yang modules to go struct and would like to know will there be a support for a bits datatype anytime soon.