diff options
| author | Russ White <russ@riw.us> | 2018-11-29 15:19:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-29 15:19:38 -0500 |
| commit | 9f7b49e1057b2a950240813bf538e46b4f1566c4 (patch) | |
| tree | e429cd55fb72ad7573194686de10d0dd70baee56 /lib/lib_errors.h | |
| parent | c4affc7bc0204ac6da2d931dc4385c3189173542 (diff) | |
| parent | 9c47203310828d015de45eceabce074133220435 (diff) | |
Merge pull request #3342 from opensourcerouting/nb-operational-data
Northbound: improved support for YANG-modeled operational data
Diffstat (limited to 'lib/lib_errors.h')
| -rw-r--r-- | lib/lib_errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib_errors.h b/lib/lib_errors.h index 38c75f913e..5534edbd8d 100644 --- a/lib/lib_errors.h +++ b/lib/lib_errors.h @@ -62,6 +62,7 @@ enum lib_log_refs { EC_LIB_NB_CB_RPC, EC_LIB_NB_CANDIDATE_INVALID, EC_LIB_NB_CANDIDATE_EDIT_ERROR, + EC_LIB_NB_OPERATIONAL_DATA, EC_LIB_NB_TRANSACTION_CREATION_FAILED, EC_LIB_NB_TRANSACTION_RECORD_FAILED, EC_LIB_LIBYANG, |
