]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_errors.c
Merge pull request #8643 from icosahedral/master
[mirror_frr.git] / zebra / zebra_errors.c
index ef792d14c285f6cdc028b9d6d801f36d46182f6a..29b271425dc35b00a1e68e01162760a6a64fc997 100644 (file)
@@ -310,12 +310,6 @@ static struct log_ref ferr_zebra_err[] = {
                .suggestion =
                        "Check to see if the nexthop group on the route you tried to install is valid."
        },
-       {
-               .code = EC_ZEBRA_IF_LOOKUP_FAILED,
-               .title = "Zebra interface lookup failed",
-               .description = "Zebra attempted to look up a interface for a particular vrf_id and interface index, but didn't find anything.",
-               .suggestion = "If you entered a command to trigger this error, make sure you entered the arguments correctly. Check your config file for any potential errors. If these look correct, seek help.",
-       },
        {
                .code = EC_ZEBRA_NS_NO_DEFAULT,
                .title = "Zebra NameSpace failed to find Default",
@@ -785,6 +779,12 @@ static struct log_ref ferr_zebra_err[] = {
                .suggestion =
                        "See if the nexthop you are trying to add is already present in the fib."
        },
+       {
+               .code = EC_ZEBRA_VRF_MISCONFIGURED,
+               .title = "Duplicate VRF table id detected",
+               .description = "Zebra has detected a situation where there are two vrf devices with the exact same tableid.  This is considered a complete misconfiguration of VRF devices and breaks a fundamental assumption in FRR about how VRF's work",
+               .suggestion = "Use different table id's for the VRF's in question"
+       },
        {
                .code = END_FERR,
        }