Adapt to clixon master
This commit is contained in:
parent
4dd633ba31
commit
cd5b68b0b8
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@
|
||||||
* New configure options:
|
* New configure options:
|
||||||
* `--enable-netsnmp`
|
* `--enable-netsnmp`
|
||||||
* `--with-mib-generated-yang-dir=DIR`
|
* `--with-mib-generated-yang-dir=DIR`
|
||||||
* Thanks Siklu for sponshoring
|
* Thanks to Siklu Communications LTD for sponshoring this work
|
||||||
|
|
||||||
## 5.8.0
|
## 5.8.0
|
||||||
Planned: July 2022
|
Planned: July 2022
|
||||||
|
|
|
||||||
|
|
@ -372,7 +372,7 @@ snmp_scalar_set(clicon_handle h,
|
||||||
clicon_err(OE_UNIX, errno, "cbuf_new");
|
clicon_err(OE_UNIX, errno, "cbuf_new");
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
if (clicon_xml2cbuf(cb, xtop, 0, 0, -1) < 0)
|
if (clixon_xml2cbuf(cb, xtop, 0, 0, -1, 0) < 0)
|
||||||
goto done;
|
goto done;
|
||||||
if (clicon_rpc_edit_config(h, "candidate", OP_MERGE, cbuf_get(cb)) < 0)
|
if (clicon_rpc_edit_config(h, "candidate", OP_MERGE, cbuf_get(cb)) < 0)
|
||||||
goto done;
|
goto done;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue