diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-07 15:15:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-07 15:15:23 -0500 |
| commit | ae6ba9ba043652bde3b0000f5299eff31d351ee3 (patch) | |
| tree | 4ef204cab9ce28af19cf481e0c21fc88a85c69fa /lib/log.h | |
| parent | 1a664f5e3685139651270263a6d65c868108264d (diff) | |
| parent | 42350cfc6eae32e3a2cdb75108ef47479e71245a (diff) | |
Merge pull request #257 from opensourcerouting/nhrpd
nhrpd
Diffstat (limited to 'lib/log.h')
| -rw-r--r-- | lib/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,7 @@ #define _ZEBRA_LOG_H #include <syslog.h> +#include <stdio.h> /* Here is some guidance on logging levels to use: * @@ -58,6 +59,7 @@ typedef enum ZLOG_LDP, ZLOG_ISIS, ZLOG_PIM, + ZLOG_NHRP, ZLOG_RFP, ZLOG_WATCHFRR, } zlog_proto_t; |
