diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-06-18 19:38:21 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 22:02:05 +0200 |
commit | f135ba5272cfd892c1dfc88cf595a25da7c49fd9 (patch) | |
tree | 8018ebc1053defccb2bc31fbcc9968778fbb7269 /babeld/subdir.am | |
parent | pimd: Add pim_errors and define some pim specific errors (diff) | |
download | frr-f135ba5272cfd892c1dfc88cf595a25da7c49fd9.tar.xz frr-f135ba5272cfd892c1dfc88cf595a25da7c49fd9.zip |
babeld: Add BABEL_ERR_XXX error messages.
Add some BABEL_ERR_XXX error messages and convert over to using
zlog_ferr instead of zlog_err.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'babeld/subdir.am')
-rw-r--r-- | babeld/subdir.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/babeld/subdir.am b/babeld/subdir.am index c44cb275c..6f91f7393 100644 --- a/babeld/subdir.am +++ b/babeld/subdir.am @@ -9,6 +9,7 @@ dist_examples_DATA += babeld/babeld.conf.sample endif babeld_libbabel_a_SOURCES = \ + babeld/babel_errors.c \ babeld/babel_filter.c \ babeld/babel_interface.c \ babeld/babel_memory.c \ @@ -26,6 +27,7 @@ babeld_libbabel_a_SOURCES = \ # end noinst_HEADERS += \ + babeld/babel_errors.h \ babeld/babel_filter.h \ babeld/babel_interface.h \ babeld/babel_main.h \ |