Yash Thadhani
Results
2
issues of
Yash Thadhani
ygot.Diff drops leaf of type union if it is set to the default value of one one of its member types
2
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,...
bug
needs-discussion
I have the following YANG: choice a-or-b { case a { list interface { key "name"; leaf name { type string; } } } } leaf mgmt-interface { type leafref...