X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=eigrpd%2Feigrp_errors.c;h=75cf9535572841ffc5d13dc536f6908738e4cce6;hb=c2aab69336a684e973a73d166a062f3e5abec389;hp=3db0ec8545d1219c5bb7f9ed23565f161d052238;hpb=5719a7b88d0c9309f0d9c4419ccc20e6f29761df;p=mirror_frr.git diff --git a/eigrpd/eigrp_errors.c b/eigrpd/eigrp_errors.c index 3db0ec854..75cf95355 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"