* Experimental optimzations of yang-bind and sort for large lists
* Enabled by compile-time options: `OPTIMIZE_45_BIND` and `OPTIMIZE_45_SORT`
This commit is contained in:
parent
b8ec6a4957
commit
82529a2f16
23 changed files with 215 additions and 51 deletions
|
|
@ -80,7 +80,7 @@ validate_tree(clicon_handle h,
|
|||
|
||||
/* should already be populated */
|
||||
/* Add default values */
|
||||
if (xml_apply(xt, CX_ELMNT, xml_default, h) < 0)
|
||||
if (xml_default_recurse(xt) < 0)
|
||||
goto done;
|
||||
if (xml_apply(xt, -1, xml_sort_verify, h) < 0)
|
||||
clicon_log(LOG_NOTICE, "%s: sort verify failed", __FUNCTION__);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue