libyang
1.0.253
YANG data modeling language library
|
Macros | |
#define | LYD_DIFFOPT_NOSIBLINGS 0x0800 |
#define | LYD_DIFFOPT_WITHDEFAULTS 0x0001 |
#define LYD_DIFFOPT_NOSIBLINGS 0x0800 |
The both trees to diff have to instantiate the same schema node so only the single subtree is compared.
Definition at line 434 of file tree_data.h.
#define LYD_DIFFOPT_WITHDEFAULTS 0x0001 |
Take default nodes with their values into account and handle them as part of both trees. Summary of the modified behavior:
Definition at line 437 of file tree_data.h.