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.h | |
| 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.h')
| -rw-r--r-- | ospfd/ospf_errors.h | 2 |
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, |
