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 merge options.
Collaboration diagram for Data diff merge options.:

Macros

#define LYD_DIFF_MERGE_DEFAULTS   0x01

Detailed Description

Various options to change lyd_diff_merge_module(), lyd_diff_merge_tree(), and lyd_diff_merge_all() behavior.

Default behavior:

  • any default nodes are expected to be a result of validation corrections and not explicitly modified.

Macro Definition Documentation

◆ LYD_DIFF_MERGE_DEFAULTS

#define LYD_DIFF_MERGE_DEFAULTS   0x01

Default nodes in the diffs are treated as possibly explicitly modified.

Definition at line 2238 of file tree_data.h.