]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/lib_errors.c
Merge pull request #5746 from donaldsharp/bgp_sa
[mirror_frr.git] / lib / lib_errors.c
index b6c764d8739b80203b10a250e7eadf94660b22a6..6e5088142a10c3985d09c4048d9671ff2afc959e 100644 (file)
@@ -50,6 +50,12 @@ static struct log_ref ferr_lib_warn[] = {
                .description = "The Event subsystem has detected a slow process, this typically indicates that FRR is having trouble completing work in a timely manner.  This can be either a misconfiguration, bug, or some combination therof.",
                .suggestion = "Gather log data and open an Issue",
        },
+       {
+               .code = EC_LIB_NO_THREAD,
+               .title = "The Event subsystem has detected an internal FD problem",
+               .description = "The Event subsystem has detected a file descriptor read/write event without an associated handling function.  This is a bug, please collect log data and open an issue.",
+               .suggestion = "Gather log data and open an Issue",
+       },
        {
                .code = EC_LIB_RMAP_RECURSION_LIMIT,
                .title = "Reached the Route-Map Recursion Limit",
@@ -350,6 +356,12 @@ static struct log_ref ferr_lib_err[] = {
                .description = "A callback used to process a configuration change has returned an error while applying the changes",
                .suggestion = "Gather log data and open an Issue.",
        },
+       {
+               .code = EC_LIB_RESOLVER,
+               .title = "DNS Resolution",
+               .description = "An error was detected while attempting to resolve a hostname",
+               .suggestion = "Ensure that DNS is working properly and the hostname is configured in dns.  If you are still seeing this error, open an issue"
+       },
        {
                .code = END_FERR,
        }