* Fixed Yang parsing of comments in (extension) unknown statements, to allow multiple white space
* Fixed cli_start_shell: comments and cli_error * Fixed [making cli_show_options's output more human readable #199](https://github.com/clicon/clixon/issues/199) * Fixed SSL/evhtp limited read buffer problem
This commit is contained in:
parent
0020c7ff3f
commit
2def5d2367
8 changed files with 142 additions and 89 deletions
|
|
@ -877,7 +877,7 @@ cli_show_options(clicon_handle h,
|
|||
fprintf(stdout, "%s: 0x%p , length %zu\n", keys[i], val, vlen);
|
||||
}
|
||||
else
|
||||
fprintf(stdout, "%s: NULL", keys[i]);
|
||||
fprintf(stdout, "%s: NULL\n", keys[i]);
|
||||
}
|
||||
/* Next print CLICON_FEATURE and CLICON_YANG_DIR from config tree
|
||||
* Since they are lists they are placed in the config tree.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue