summaryrefslogtreecommitdiff
path: root/eigrpd/eigrp_errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'eigrpd/eigrp_errors.h')
-rw-r--r--eigrpd/eigrp_errors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/eigrpd/eigrp_errors.h b/eigrpd/eigrp_errors.h
index e1ace8ab49..3270e65138 100644
--- a/eigrpd/eigrp_errors.h
+++ b/eigrpd/eigrp_errors.h
@@ -24,8 +24,8 @@
#include "lib/ferr.h"
enum eigrp_log_refs {
- EIGRP_ERR_PACKET = EIGRP_FERR_START,
- EIGRP_ERR_CONFIG,
+ EC_EIGRP_PACKET = EIGRP_FERR_START,
+ EC_EIGRP_CONFIG,
};
extern void eigrp_error_init(void);