diff options
Diffstat (limited to 'isisd/isis_main.c')
| -rw-r--r-- | isisd/isis_main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/isisd/isis_main.c b/isisd/isis_main.c index 40ceb99fb2..5b18ab0a2c 100644 --- a/isisd/isis_main.c +++ b/isisd/isis_main.c @@ -53,6 +53,7 @@ #include "isisd/isis_routemap.h" #include "isisd/isis_zebra.h" #include "isisd/isis_te.h" +#include "isisd/isis_errors.h" /* Default configuration file name */ #define ISISD_DEFAULT_CONFIG "isisd.conf" @@ -103,7 +104,7 @@ static __attribute__((__noreturn__)) void terminate(int i) void sighup(void) { - zlog_err("SIGHUP/reload is not implemented for isisd"); + zlog_notice("SIGHUP/reload is not implemented for isisd"); return; } @@ -189,6 +190,7 @@ int main(int argc, char **argv, char **envp) /* * initializations */ + isis_error_init(); access_list_init(); vrf_init(NULL, NULL, NULL, NULL); prefix_list_init(); |
