diff options
| author | Russ White <russ@riw.us> | 2023-09-19 10:14:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-19 10:14:14 -0400 |
| commit | a9a89805ecfab9a581e7395c55fe007160a959ed (patch) | |
| tree | 83ed8c870ab54d97ba322d5d90fe8e92dec0a388 /ospfd/ospf_errors.c | |
| parent | 1e007847319252cb069a4c841517b027073ba324 (diff) | |
| parent | f5011cd5ddfd0eabe359d7013747823c6bd4ed3f (diff) | |
Merge pull request #14398 from m-varasteh/ospfd-rfc5709
ospfd: add support for RFC 5709 OSPFv2 HMAC-SHA Cryptographic Authentication
Diffstat (limited to 'ospfd/ospf_errors.c')
| -rw-r--r-- | ospfd/ospf_errors.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ospfd/ospf_errors.c b/ospfd/ospf_errors.c index 16aa3ab526..cf58c6ad8b 100644 --- a/ospfd/ospf_errors.c +++ b/ospfd/ospf_errors.c @@ -19,9 +19,9 @@ static struct log_ref ferr_ospf_warn[] = { .suggestion = "Do not use this particular set command for an ospf route-map", }, { - .code = EC_OSPF_MD5, - .title = "OSPF has noticed a MD5 issue", - .description = "Something has gone wrong with the calculation of the MD5 data", + .code = EC_OSPF_AUTH, + .title = "OSPF has noticed an authentication issue", + .description = "Something has gone wrong with the calculation of the authentication data", .suggestion = "Ensure your key is correct, gather log data from this side as well as peer and open an Issue", }, { |
