diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-06-18 14:08:34 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 |
| commit | e33b116cdf983c81fdb1b9716684a888b870899b (patch) | |
| tree | 38055319f156ee153f412020c5058a5d17d27efb /babeld/babel_errors.h | |
| parent | f135ba5272cfd892c1dfc88cf595a25da7c49fd9 (diff) | |
babeld: Convert all zlog_err to zlog_ferr and add appropriate info
Convert babeld to use zlog_ferr and add appropriate BABEL_ERR_XXX
information.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'babeld/babel_errors.h')
| -rw-r--r-- | babeld/babel_errors.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/babeld/babel_errors.h b/babeld/babel_errors.h index 07a7863b07..a52b19481b 100644 --- a/babeld/babel_errors.h +++ b/babeld/babel_errors.h @@ -25,6 +25,9 @@ enum babel_ferr_refs { BABEL_ERR_MEMORY = BABEL_FERR_START, + BABEL_ERR_PACKET, + BABEL_ERR_CONFIG, + BABEL_ERR_ROUTE, }; extern void babel_error_init(void); |
