Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
2561
Description
Symptomps:
The following yang syntax is accepted and generates a non-usable Java file.
list foo {
union {
type int32;
type enumeration
}
}
Supplied model is invalid and should be rejected by parser (union is not substatement of list).