Fixed: [clixon_restconf not properly configed and started by clixon_backend #193](clixon_restconf not properly configed and started by clixon_backend #193)
This commit is contained in:
parent
5ec8965d18
commit
6d23963d8b
2 changed files with 2 additions and 1 deletions
|
|
@ -70,6 +70,7 @@ Developers may need to change their code
|
||||||
|
|
||||||
### Corrected Bugs
|
### Corrected Bugs
|
||||||
|
|
||||||
|
* Fixed: [clixon_restconf not properly configed and started by clixon_backend #193](clixon_restconf not properly configed and started by clixon_backend #193)
|
||||||
* Fixed: [backend start resconf failed due to path string truncated #192](https://github.com/clicon/clixon/issues/192)
|
* Fixed: [backend start resconf failed due to path string truncated #192](https://github.com/clicon/clixon/issues/192)
|
||||||
* Fixed: [state showing error in cli with CLICON_STREAM_DISCOVERY_RFC8040 #191](https://github.com/clicon/clixon/issues/191)
|
* Fixed: [state showing error in cli with CLICON_STREAM_DISCOVERY_RFC8040 #191](https://github.com/clicon/clixon/issues/191)
|
||||||
* Fixed: [yang submodule show error in modules-state #190](yang submodule show error in modules-state #190)
|
* Fixed: [yang submodule show error in modules-state #190](yang submodule show error in modules-state #190)
|
||||||
|
|
|
||||||
|
|
@ -468,7 +468,7 @@ main(int argc,
|
||||||
}
|
}
|
||||||
/* Extract restconf configuration */
|
/* Extract restconf configuration */
|
||||||
if ((xrestconf2 = xpath_first(xconfig2, nsc, "restconf")) != NULL){
|
if ((xrestconf2 = xpath_first(xconfig2, nsc, "restconf")) != NULL){
|
||||||
if ((ret = restconf_config_init(h, xrestconf1)) < 0)
|
if ((ret = restconf_config_init(h, xrestconf2)) < 0)
|
||||||
goto done;
|
goto done;
|
||||||
if (ret == 1)
|
if (ret == 1)
|
||||||
configure_done = 1;
|
configure_done = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue