* Restconf configuration has a new configure model: clixon-restconf.yang enabling restconf daemon configuration from datastore instead of from config file.

This commit is contained in:
Olof hagsand 2020-11-03 21:25:42 +01:00
parent 40da4421e6
commit 7a0838da3a
14 changed files with 1718 additions and 900 deletions

View file

@ -262,7 +262,7 @@ autocli_tree(clicon_handle h,
enum genmodel_type gt,
int state,
int printgen,
int show_tree)
int show_tree)
{
int retval = -1;
parse_tree *pt = NULL; /* cli parse tree */