diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-06-19 15:39:45 -0400 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 | 
| commit | 8b0a80f1205819ce20b2b7334b6255ff97207806 (patch) | |
| tree | 5fe73aae23a3f50842e4122eb0ab34ae12bc88ac /eigrpd/eigrp_main.c | |
| parent | aed070112489e92dbdcc4eb02243aec8af2d66af (diff) | |
eigrpd: Add EIGRP_ERR_XXX for zlog_err to zlog_ferr
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'eigrpd/eigrp_main.c')
| -rw-r--r-- | eigrpd/eigrp_main.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/eigrpd/eigrp_main.c b/eigrpd/eigrp_main.c index c4ca07178c..31101a52d4 100644 --- a/eigrpd/eigrp_main.c +++ b/eigrpd/eigrp_main.c @@ -64,6 +64,7 @@  #include "eigrpd/eigrp_network.h"  #include "eigrpd/eigrp_snmp.h"  #include "eigrpd/eigrp_filter.h" +#include "eigrpd/eigrp_errors.h"  //#include "eigrpd/eigrp_routemap.h"  /* eigprd privileges */ @@ -168,6 +169,7 @@ int main(int argc, char **argv, char **envp)  	eigrp_om->master = frr_init();  	master = eigrp_om->master; +	eigrp_error_init();  	vrf_init(NULL, NULL, NULL, NULL);  	/*EIGRPd init*/  | 
