Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: Linux
Platform: PC
-
1172
-
High
Description
yang model snippet:
grouping machine-types {
container types {
choice machine-type {
}
}
}
grouping machine-ext {
uses machine-types {
augment "types/machine-type" {
case type-a {
leaf id
}
}
}
}
grouping machine-ext2 {
uses machine-ext {
augment "types/machine-type" {
case type-b {
leaf name { type string; }
}
}
}
}
unable to generate sources for grouping machine-ext2's augment "types/machine-type"
Attachments
Issue Links
- blocks
-
BGPCEP-71 Create a PCEP model for Segment Routing as per draft-sivabalan-pce-segment-routing
- Resolved