summaryrefslogtreecommitdiffstats
path: root/pimd/pim_errors.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-09-13 21:12:58 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-13 21:12:58 +0200
commit298004a1396b23aa934708b12e27deff50e4d209 (patch)
treed73c1cdab41c9fc77c0e29c4ebb9901e002cc9f1 /pimd/pim_errors.h
parentisisd: ISIS_[ERR|WARN] -> EC_ISIS (diff)
downloadfrr-298004a1396b23aa934708b12e27deff50e4d209.tar.xz
frr-298004a1396b23aa934708b12e27deff50e4d209.zip
pimd: PIM_[ERR|WARN] -> EC_PIM
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_errors.h')
-rw-r--r--pimd/pim_errors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_errors.h b/pimd/pim_errors.h
index ad9c95a93..d73caa3f8 100644
--- a/pimd/pim_errors.h
+++ b/pimd/pim_errors.h
@@ -24,8 +24,8 @@
#include "lib/ferr.h"
enum pim_log_refs {
- PIM_ERR_MSDP_PACKET = PIM_FERR_START,
- PIM_ERR_CONFIG,
+ EC_PIM_MSDP_PACKET = PIM_FERR_START,
+ EC_PIM_CONFIG,
};
extern void pim_error_init(void);