summaryrefslogtreecommitdiff
path: root/nhrpd/nhrp_errors.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2019-07-03 16:49:19 -0400
committerGitHub <noreply@github.com>2019-07-03 16:49:19 -0400
commitc682502cd723f0f6f8a0f64607bc35f736b4e635 (patch)
treec4e8948a1ce5359648a3e8119854691ccb9e3896 /nhrpd/nhrp_errors.c
parentb08c7022d89f26ee2eaf5c761795c3e10da1e597 (diff)
parent50cdb6cf95c5fc7df40e4a7328eb1fc7fcff4a9c (diff)
Merge pull request #4639 from opensourcerouting/c-ares-lib
make c-ares DNS resolver available as lib
Diffstat (limited to 'nhrpd/nhrp_errors.c')
-rw-r--r--nhrpd/nhrp_errors.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/nhrpd/nhrp_errors.c b/nhrpd/nhrp_errors.c
index 4c4f55be9e..741e64d8b3 100644
--- a/nhrpd/nhrp_errors.c
+++ b/nhrpd/nhrp_errors.c
@@ -32,12 +32,6 @@ static struct log_ref ferr_nhrp_err[] = {
.suggestion = "Ensure that StrongSwan is configured correctly. Restart StrongSwan and FRR"
},
{
- .code = EC_NHRP_RESOLVER,
- .title = "NHRP DNS Resolution",
- .description = "NHRP has detected an error in an attempt 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,
}
};