Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
5829
Description
Let's say we have a yang model which contains this:
choice ch {
case a {
leaf a
}
case b {
leaf a { type string; }
}
}
This is invalid as both cases contain the same child (with identical QName). New yang parser should detect this problem and throw an Exception.