* Performance improvement
* Added ancestor config cache indicating wether the node or an ancestor is config false or true * Improved yang cardinality lookup * Added yang_init(), called from all apps using yang
This commit is contained in:
parent
0626de9431
commit
b91ce762d5
19 changed files with 415 additions and 63 deletions
|
|
@ -139,3 +139,8 @@
|
|||
* Consider enabling this option permanently after 5.4
|
||||
*/
|
||||
#define YANG_ORDERING_WHEN_LAST
|
||||
|
||||
/*! Use Ancestor config cache
|
||||
* The cache uses two yang stmt flag bits. One to say it is active, the second its value
|
||||
*/
|
||||
#define USE_CONFIG_FLAG_CACHE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue