diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 18:59:07 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 18:59:07 +0000 |
| commit | 2b84a521e7140545f11c656dd75dab7a3b296b85 (patch) | |
| tree | ca82fdd0d646b7f211978058f8dc90c7aa6b8bbf /nhrpd/nhrp_errors.c | |
| parent | cf444bcf40ca0c93402bdd79edafc7854512d92e (diff) | |
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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nhrpd/nhrp_errors.c b/nhrpd/nhrp_errors.c index c557ba8a66..4c4f55be9e 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" |
