summaryrefslogtreecommitdiff
path: root/eigrpd/eigrp_errors.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-09-13 19:04:11 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-13 19:04:11 +0000
commitf0132ab5a76ccd04398c413635699d08b8e24a75 (patch)
tree2833d51d1dc22b72d672f3f2917f32f902c9ce37 /eigrpd/eigrp_errors.c
parent5b003f31fdd6171c4b65546490221f63b2114c4d (diff)
eigrpd: EIGRP_[ERR|WARN] -> EC_EIGRP
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'eigrpd/eigrp_errors.c')
-rw-r--r--eigrpd/eigrp_errors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eigrpd/eigrp_errors.c b/eigrpd/eigrp_errors.c
index 3db0ec8545..75cf953557 100644
--- a/eigrpd/eigrp_errors.c
+++ b/eigrpd/eigrp_errors.c
@@ -26,13 +26,13 @@
/* clang-format off */
static struct log_ref ferr_eigrp_err[] = {
{
- .code = EIGRP_ERR_PACKET,
+ .code = EC_EIGRP_PACKET,
.title = "EIGRP Packet Error",
.description = "EIGRP has a packet that does not correctly decode or encode",
.suggestion = "Gather log files from both sides of the neighbor relationship and open an issue"
},
{
- .code = EIGRP_ERR_CONFIG,
+ .code = EC_EIGRP_CONFIG,
.title = "EIGRP Configuration Error",
.description = "EIGRP has detected a configuration error",
.suggestion = "Correct the configuration issue, if it still persists open an Issue"