New clixon-autocli@2024-08-01.yang revision: Added disable operation for module rules

This commit is contained in:
Olof hagsand 2024-08-18 12:39:13 +02:00
parent b1a4656f72
commit 74e8934636
7 changed files with 44 additions and 298 deletions

View file

@ -44,6 +44,7 @@
*/
enum autocli_op{
AUTOCLI_OP_ENABLE,
AUTOCLI_OP_DISABLE,
AUTOCLI_OP_COMPRESS,
};