test of cligen expand bug #332
This commit is contained in:
parent
5740d37737
commit
8e6ba7fa53
4 changed files with 141 additions and 2 deletions
|
|
@ -41,9 +41,20 @@ module clixon-autocli{
|
|||
|
||||
***** END LICENSE BLOCK *****";
|
||||
|
||||
revision 2022-05-30 {
|
||||
description
|
||||
"
|
||||
Released in Clixon 5.8";
|
||||
}
|
||||
revision 2022-02-11 {
|
||||
description
|
||||
"Initial version
|
||||
Released in Clixon 5.6";
|
||||
}
|
||||
revision 2021-12-05 {
|
||||
description
|
||||
"Initial version";
|
||||
"Initial version
|
||||
Released in Clixon 5.5";
|
||||
}
|
||||
extension hide {
|
||||
description
|
||||
|
|
@ -57,6 +68,11 @@ module clixon-autocli{
|
|||
"Modify the autocli by hiding the command associated with a YANG node and its
|
||||
sub-commands in CLI show commands.";
|
||||
}
|
||||
extension strict-expand {
|
||||
description
|
||||
"Modify the autocli by only showing exactly the expanded values of a variable.
|
||||
It should not be possible to add a new value that is not in the expanded list.";
|
||||
}
|
||||
typedef autocli-op {
|
||||
description
|
||||
"Autocli rule-type operation, each rule use different fields as
|
||||
Loading…
Add table
Add a link
Reference in a new issue