summaryrefslogtreecommitdiff
path: root/ripd/rip_errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/rip_errors.h')
-rw-r--r--ripd/rip_errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_errors.h b/ripd/rip_errors.h
index 6b5f5c0169..feadf430ef 100644
--- a/ripd/rip_errors.h
+++ b/ripd/rip_errors.h
@@ -24,7 +24,7 @@
#include "lib/ferr.h"
enum rip_log_refs {
- RIP_ERR_PACKET = RIP_FERR_START,
+ EC_RIP_PACKET = RIP_FERR_START,
RIP_ERR_CONFIG,
};