Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
1953
Description
The following yang snippet:
typedef foo {
type string;
pattern "[ab]*";
}
Results in correct pattern being recorded in the generated class, but that pattern is never used to enforce correct string format.