Fixed: [Autocli: error when empty YANG group and grouping-treeref=true](https://github.com/clicon/clixon/issues/579)
This commit is contained in:
parent
21476c1399
commit
3332dfef20
4 changed files with 44 additions and 22 deletions
|
|
@ -107,6 +107,10 @@ module example {
|
|||
type string;
|
||||
}
|
||||
}
|
||||
grouping pg5 {
|
||||
description "Empty, see https://github.com/clicon/clixon/issues/579";
|
||||
action reset;
|
||||
}
|
||||
container table{
|
||||
list parameter{
|
||||
key name;
|
||||
|
|
@ -119,6 +123,7 @@ module example {
|
|||
}
|
||||
uses pg1;
|
||||
uses ext:pg2;
|
||||
uses pg5;
|
||||
}
|
||||
}
|
||||
uses pg1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue