Yash Thadhani

Results 2 issues of Yash Thadhani

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...