Re-inserted cli_output_reset for what was erroneuos thought to be an obsole\
te function
This commit is contained in:
parent
d3ac21a975
commit
0898870e68
2 changed files with 3 additions and 0 deletions
|
|
@ -68,6 +68,8 @@
|
||||||
* Added libgen.h for baseline()
|
* Added libgen.h for baseline()
|
||||||
|
|
||||||
### Corrected Bugs
|
### Corrected Bugs
|
||||||
|
* Re-inserted `cli_output_reset` for what was erroneuos thought to be an obsolete function (
|
||||||
|
* See in 3.9.0 minro changes: Replaced all calls to (obsolete) `cli_output` with `fprintf`
|
||||||
* Allowed Yang extended Xpath functions (syntax only):
|
* Allowed Yang extended Xpath functions (syntax only):
|
||||||
* re-match, deref, derived-from, derived-from-or-self, enum-value, bit-is-set
|
* re-match, deref, derived-from, derived-from-or-self, enum-value, bit-is-set
|
||||||
* XSD regular expression handling of dash(`-`)
|
* XSD regular expression handling of dash(`-`)
|
||||||
|
|
|
||||||
|
|
@ -455,6 +455,7 @@ clicon_eval(clicon_handle h,
|
||||||
{
|
{
|
||||||
int retval = 0;
|
int retval = 0;
|
||||||
|
|
||||||
|
cli_output_reset();
|
||||||
if (!cligen_exiting(cli_cligen(h))) {
|
if (!cligen_exiting(cli_cligen(h))) {
|
||||||
clicon_err_reset();
|
clicon_err_reset();
|
||||||
if ((retval = cligen_eval(cli_cligen(h), match_obj, cvv)) < 0) {
|
if ((retval = cligen_eval(cli_cligen(h), match_obj, cvv)) < 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue