]> git.proxmox.com Git - mirror_frr.git/blobdiff - eigrpd/eigrp_errors.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / eigrpd / eigrp_errors.h
index e1ace8ab49f62aa184529108e0f4c5756d50a243..3270e65138bdef16cf4589387894d419ecf40c7c 100644 (file)
@@ -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);