![]() |
libyang 5.4.9
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
Macros | |
| #define | LYD_IMPLICIT_NO_CONFIG 0x02 |
| #define | LYD_IMPLICIT_NO_DEFAULTS 0x08 |
| #define | LYD_IMPLICIT_NO_STATE 0x01 |
| #define | LYD_IMPLICIT_OUTPUT 0x04 |
Various options to change lyd_new_implicit*() behavior.
Default behavior:
| #define LYD_IMPLICIT_NO_CONFIG 0x02 |
Do not add any implicit config nodes.
Definition at line 1523 of file tree_data.h.
| #define LYD_IMPLICIT_NO_DEFAULTS 0x08 |
Do not add any default nodes (leaves/leaf-lists), only non-presence containers.
Definition at line 1525 of file tree_data.h.
| #define LYD_IMPLICIT_NO_STATE 0x01 |
Do not add any implicit state nodes.
Definition at line 1522 of file tree_data.h.
| #define LYD_IMPLICIT_OUTPUT 0x04 |
For RPC/action nodes, add output implicit nodes instead of input.
Definition at line 1524 of file tree_data.h.