]> 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 e0559f332d286184e617699996ae9ab11f1374b0..6e5088142a10c3985d09c4048d9671ff2afc959e 100644 (file)
@@ -356,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,
        }