- Forgot to git add clixon-clispec.yang

- Adjusted clixon to removal of deep reftree copying in CLIgen
- Deleted old clixon yang versions
This commit is contained in:
Olof hagsand 2021-12-10 08:53:26 +01:00
parent 3c8c33c385
commit 87d243d7e5
6 changed files with 107 additions and 1290 deletions

View file

@ -108,9 +108,6 @@ cli_handle_init(void)
}
cligen_userhandle_set(clih, cl);
cligen_eval_wrap_fn_set(clih, plugin_context_check, cl);
/* To minimize memory, dont copy full treerefs on expand */
cligen_reftree_copy_set(clih, 0);
cl->cl_cligen = clih;
h = (clicon_handle)cl;