summaryrefslogtreecommitdiff
path: root/ospfd/ospf_errors.h
diff options
context:
space:
mode:
authorMahdi Varasteh <varasteh@amnesh.ir>2023-09-12 15:09:44 +0330
committerMahdi Varasteh <varasteh@amnesh.ir>2023-09-16 07:38:23 +0330
commitf5011cd5ddfd0eabe359d7013747823c6bd4ed3f (patch)
tree0be666457c571176705bb970582b16fc4d2d688b /ospfd/ospf_errors.h
parentedd243280c56018e413a5773b2e8cb82d8be8421 (diff)
[ospfd]: add support for RFC 5709 HMAC-SHA Auth
This patch includes: * Implementation of RFC 5709 support in OSPF. Using openssl library and FRR key-chain, one can use SHA1, SHA256, SHA384, SHA512 and keyed-MD5( backward compatibility with RFC 2328) HMAC algs. * Updating documentation of OSPF * add topotests for new HMAC algorithms Signed-off-by: Mahdi Varasteh <varasteh@amnesh.ir>
Diffstat (limited to 'ospfd/ospf_errors.h')
-rw-r--r--ospfd/ospf_errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_errors.h b/ospfd/ospf_errors.h
index dcf9a65ce9..e63cb7409c 100644
--- a/ospfd/ospf_errors.h
+++ b/ospfd/ospf_errors.h
@@ -22,7 +22,7 @@ enum ospf_log_refs {
EC_OSPF_INVALID_ALGORITHM,
EC_OSPF_FSM_INVALID_STATE,
EC_OSPF_SET_METRIC_PLUS,
- EC_OSPF_MD5,
+ EC_OSPF_AUTH,
EC_OSPF_PACKET,
EC_OSPF_LARGE_LSA,
EC_OSPF_LSA_UNEXPECTED,