libyang 2.1.148
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
Loading...
Searching...
No Matches
Data diff options.
Collaboration diagram for Data diff options.:

Macros

#define LYD_DIFF_DEFAULTS   0x01
 

Detailed Description

Various options to change lyd_diff_tree() and lyd_diff_siblings() behavior.

Default behavior:

Macro Definition Documentation

◆ LYD_DIFF_DEFAULTS

#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 2137 of file tree_data.h.