libyang
3.6.0
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
Macros | |
#define | LYD_DIFF_DEFAULTS 0x01 |
Various options to change lyd_diff_tree() and lyd_diff_siblings() behavior.
Default behavior:
#define LYD_DIFF_DEFAULTS 0x01 |
Default nodes in the trees are not ignored but treated similarly to explicit nodes. Also, leaves and leaf-lists are added into diff even in case only their default flag (state) was changed.
Definition at line 2189 of file tree_data.h.