]> git.proxmox.com Git - mirror_frr.git/blobdiff - eigrpd/eigrp_errors.c
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / eigrpd / eigrp_errors.c
index 3db0ec8545d1219c5bb7f9ed23565f161d052238..75cf9535572841ffc5d13dc536f6908738e4cce6 100644 (file)
 /* 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"