-
Hi,
Like you approach you exposed [here]()https://networkop.co.uk/post/2022-12-cue-yang/
I'm following your [README.md](https://github.com/networkop/yang-to-cue/blob/master/README.md)
And basical…
-
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.
-
I have the following YANG:
choice a-or-b {
case a {
list interface {
key "name";
leaf name {
type string;
}
}
}
…
-
Hi ,
As per understanding on Google B4 network, 100G and 400G interfaces will be deployed.
For 100G and 400G network, half-duplex is not supported and full duplex-mode should be the default mode…
-
Hi,
I'm a student and I'm currently experimenting with ygot in a university project.
Within this scenario I work with a generated `GoStruct` that also includes `read-only` fields. For my use case, …
-
Now ygot doesn't support bits type. When will it be resolved?
-
How fatal are these errors to `ygot` subcomponents?
```
last 10 log lines:
> decimal_type_test.go:278: ranges [-inf,-], [0,+]: -5.05 should be outside ranges -0.0|0.0..10.1
…
-
I changed a leaf list value from [1, 18, 25] to [18, 25, 34]. Ygot diff api generate an update with value [18, 25, 34] and no delete. This results in the final list of [1, 18, 25, 34] which is not exp…
-
I am using the following call to find the diff between the new version of the configuration with its older version:
ygot.Diff(¤t, &updates, &ygot.DiffPathOpt{MapToSinglePath: true}
The d…
-
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