summaryrefslogtreecommitdiff
path: root/ripd/rip_errors.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-09-13 19:14:28 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-13 19:14:28 +0000
commit993c8024ff91d50332afaa611af4bc65a7b17afa (patch)
treefc752e9b10c8b7356fdc66234baa4ec39402d73a /ripd/rip_errors.h
parent298004a1396b23aa934708b12e27deff50e4d209 (diff)
ripd: RIP_[ERR|WARN] -> EC_RIP
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
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,
};