* Add multiple yang support also for obsolete versions
* This means that files and datastores supporting modstate also looks for deleted or updated yang modules. * A stricter binding which gives error if loading outdated YANG file does not exist. * Stricter yang checks: you cannot do get-config on datastores that have obsolete YANG * Added xerr output parameter to `xmldb_get0()`
This commit is contained in:
parent
d542cd5530
commit
8469a0962e
20 changed files with 328 additions and 118 deletions
|
|
@ -946,6 +946,8 @@ main(int argc,
|
|||
if (startup_failsafe(h) < 0){
|
||||
goto done;
|
||||
}
|
||||
status = STARTUP_OK;
|
||||
cbuf_reset(cbret); /* cbret contains error info */
|
||||
}
|
||||
|
||||
/* Initiate the shared candidate. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue