libyang  2.1.148
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Deviate types
Collaboration diagram for Deviate types:

Macros

#define LYS_DEV_ADD   2
 
#define LYS_DEV_DELETE   3
 
#define LYS_DEV_NOT_SUPPORTED   1
 
#define LYS_DEV_REPLACE   4
 

Detailed Description

Type of the deviate operation (used as lysp_deviate.mod)

Macro Definition Documentation

#define LYS_DEV_ADD   2

deviate type add

Definition at line 471 of file tree_schema.h.

#define LYS_DEV_DELETE   3

deviate type delete

Definition at line 472 of file tree_schema.h.

#define LYS_DEV_NOT_SUPPORTED   1

deviate type not-supported

Definition at line 470 of file tree_schema.h.

#define LYS_DEV_REPLACE   4

deviate type replace

Definition at line 473 of file tree_schema.h.