Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
1423
Description
Lets say we have yang model containing:
choice ch {
case a {
leaf a
}
case b {
leaf a { type string; }
}
}
This is invalid as both cases add the same child. Yangtools parser should detect this problem and fail.