]> git.proxmox.com Git - mirror_frr.git/blobdiff - eigrpd/eigrp_errors.h
Merge pull request #3543 from donaldsharp/eigrp_router_id_is_the_bee
[mirror_frr.git] / eigrpd / eigrp_errors.h
index e59a5d1e6e88e0487709c82657d90c33a427b7de..3270e65138bdef16cf4589387894d419ecf40c7c 100644 (file)
@@ -23,9 +23,9 @@
 
 #include "lib/ferr.h"
 
-enum eigrp_ferr_refs {
-       EIGRP_ERR_PACKET = EIGRP_FERR_START,
-       EIGRP_ERR_CONFIG,
+enum eigrp_log_refs {
+       EC_EIGRP_PACKET = EIGRP_FERR_START,
+       EC_EIGRP_CONFIG,
 };
 
 extern void eigrp_error_init(void);