]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_errors.c
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / pimd / pim_errors.c
index d154752bdc0d506879bf9e3e4aa3a59b00f41dcc..0674a4e99477f2b3fd2cb6cd3d34481afb5886f1 100644 (file)
 /* clang-format off */
 static struct log_ref ferr_pim_err[] = {
        {
-               .code = PIM_ERR_MSDP_PACKET,
+               .code = EC_PIM_MSDP_PACKET,
                .title = "PIM MSDP Packet Error",
                .description = "PIM has received a packet from a peer that does not correctly decode",
                .suggestion = "Check MSDP peer and ensure it is correctly working"
        },
        {
-               .code = PIM_ERR_CONFIG,
+               .code = EC_PIM_CONFIG,
                .title = "PIM Configuration Error",
                .description = "PIM has detected a configuration error",
                .suggestion = "Ensure the configuration is correct and apply correct configuration"