-
In evaluating what changes are necessary to support YANG 1.1 completely in the lexer, I've found one interesting type of breaking change - sub-statement cardinality changes (from `0..1` to `0..n`). Ex…
-
It sounds like people are keen to have conda install methods for better dependency support than pip (although I don't use it and don't know in what way the dependency support is better)
I guess Eri…
-
I'd like to propose a new gNMI extension to perform config diff on a device. Details are described below.
**Objective**
Define an approach to validating that a configuration candidate sent using g…
-
Hi,
I am trying to generate gostruct file using ygot/generator/generator.go and I have a union leaf type having a default value.
Getting this error while code generation "default value not supporte…
-
ygot version: latest [c52408e2](https://github.com/openconfig/ygot/commit/c52408e2a236e6b15aa25ed28247200f64a4b8f7)
OC-YANG version: latest [c00868ed](https://github.com/openconfig/public/commit/c008…
-
I have generated go code using ygot generator for my yang files.
Here is the sample generated go struct which I am using to Unmarshal. Union is always converted as nil.
Note: "Type" is union of …
-
Just sharing this as FYI as it's not a model issue. I've been hit by this now twice, so I'm sharing it to hopefully save someone time in the future.
This is what the model has:
```json
{
"…
-
During schema initialization using gnmi.SetRequest, leafref validation failed because only partial data was initialized. But UnmarshalSetRequest does not support LeafrefOptions, please advise. Thanks…
-
-
Hey there! I've been exploring the ygot package and played with generated code from the Cisco interfaces yang models. I manage to create manually (for now) with the code below, a perfect replica of th…