summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_errors.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-09-13 20:59:07 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-13 20:59:07 +0200
commit2b84a521e7140545f11c656dd75dab7a3b296b85 (patch)
treeca82fdd0d646b7f211978058f8dc90c7aa6b8bbf /nhrpd/nhrp_errors.c
parentospfd: OSPF_[ERR|WARN] -> EC_OSPF (diff)
downloadfrr-2b84a521e7140545f11c656dd75dab7a3b296b85.tar.xz
frr-2b84a521e7140545f11c656dd75dab7a3b296b85.zip
nhrpd: NHRP_[ERR|WARN] -> EC_NHRP
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'nhrpd/nhrp_errors.c')
-rw-r--r--nhrpd/nhrp_errors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nhrpd/nhrp_errors.c b/nhrpd/nhrp_errors.c
index c557ba8a6..4c4f55be9 100644
--- a/nhrpd/nhrp_errors.c
+++ b/nhrpd/nhrp_errors.c
@@ -26,13 +26,13 @@
/* clang-format off */
static struct log_ref ferr_nhrp_err[] = {
{
- .code = NHRP_ERR_SWAN,
+ .code = EC_NHRP_SWAN,
.title = "NHRP Strong Swan Error",
.description = "NHRP has detected a error with the Strongswan code",
.suggestion = "Ensure that StrongSwan is configured correctly. Restart StrongSwan and FRR"
},
{
- .code = NHRP_ERR_RESOLVER,
+ .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"