diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-08 23:07:46 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-08 23:07:46 -0500 |
| commit | 7f57883ee6322b728e44f447da68ebc96b0664e9 (patch) | |
| tree | 8b1392c96f88324176f253d6fa7c64edc8d1a1a2 /lib/libfrr.c | |
| parent | baf9c436222ef0901caf2ba694f87a2746ddcd02 (diff) | |
eigrp: Initial Commit
Please Note, I will be redoing this commit message with
more information.
Additionally I will rework the lib/* changes into their
own commits.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/libfrr.c')
| -rw-r--r-- | lib/libfrr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libfrr.c b/lib/libfrr.c index f9ac3158a3..b7ce0679c3 100644 --- a/lib/libfrr.c +++ b/lib/libfrr.c @@ -27,6 +27,7 @@ #include "version.h" #include "memory_vty.h" #include "zclient.h" +#include "log_int.h" const char frr_sysconfdir[] = SYSCONFDIR; const char frr_vtydir[] = DAEMON_VTY_DIR; @@ -303,7 +304,7 @@ struct thread_master *frr_init(void) openzlog (di->progname, di->logname, di->instance, LOG_CONS|LOG_NDELAY|LOG_PID, LOG_DAEMON); #if defined(HAVE_CUMULUS) - zlog_set_level (NULL, ZLOG_DEST_SYSLOG, zlog_default->default_lvl); + zlog_set_level (ZLOG_DEST_SYSLOG, zlog_default->default_lvl); #endif zprivs_init(di->privs); |
