* More YANG extension functionality,
* See [Augment auto-cli for hiding/modifying cli syntax #156](https://github.com/clicon/clixon/issues/156) and [hiding auto-generated CLI entries #153](https://github.com/clicon/clixon/issues/153) * Extensions can be used in augmentations * Extension `autocli-op` has been added to add "hidden" commands in the autocli * Documentation: https://clixon-docs.readthedocs.io/en/latest/misc.html#extensions
This commit is contained in:
parent
e1b94d94d2
commit
b8641f30bd
14 changed files with 547 additions and 50 deletions
|
|
@ -1393,6 +1393,7 @@ augment_substmt : when_stmt { clicon_debug(3,"augment-substmt -> when-s
|
|||
| case_stmt { clicon_debug(3,"augment-substmt -> case-stmt");}
|
||||
| action_stmt { clicon_debug(3,"augment-substmt -> action-stmt");}
|
||||
| notification_stmt { clicon_debug(3,"augment-substmt -> notification-stmt");}
|
||||
| unknown_stmt { clicon_debug(3,"augment-substmt -> unknown-stmt");}
|
||||
| { clicon_debug(3,"augment-substmt -> "); }
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue