- 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:
parent
3c8c33c385
commit
87d243d7e5
6 changed files with 107 additions and 1290 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -796,8 +796,8 @@ cli_syntax_mode(clicon_handle h)
|
|||
* @param[in] h Clicon handle
|
||||
* @param[in] name Name of syntax mode
|
||||
* @param[in] prompt Prompt format
|
||||
* @retvak 0 OK
|
||||
* @retvak -1 Error
|
||||
* @retval 0 OK
|
||||
* @retval -1 Error
|
||||
*/
|
||||
int
|
||||
cli_set_prompt(clicon_handle h,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue