]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_errors.c
zebra: print unknown rule family as number
[mirror_frr.git] / zebra / zebra_errors.c
index 4f97f3669f0ac65b017217c76071a965ae580bcf..ef792d14c285f6cdc028b9d6d801f36d46182f6a 100644 (file)
@@ -301,6 +301,27 @@ static struct log_ref ferr_zebra_err[] = {
                .suggestion =
                        "Check the current status of the kernels nexthop groups and compare it to Zebra's."
        },
+       {
+               .code = EC_ZEBRA_NHG_FIB_UPDATE,
+               .title =
+                       "Zebra failed updating the fib with Nexthop Group",
+               .description =
+                       "Zebra was not able to successfully install a new nexthop group into the fib",
+               .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",
+               .description = "Zebra NameSpace subsystem failed to find a Default namespace during initialization.",
+               .suggestion = "Open an Issue with all relevant log files and restart FRR",
+       },
        /* Warnings */
        {
                .code = EC_ZEBRAING_LM_PROTO_MISMATCH,