diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-20 21:18:05 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-06 20:50:58 +0000 |
| commit | 542a208f3afa6926029958a4f750caf776e566cd (patch) | |
| tree | d2adae096410b5c15c10305814088d1ef6158ef5 /ospfd/ospf_errors.c | |
| parent | 1dd58cc81166c93069f2bfb477ae014814dc4286 (diff) | |
ospfd: Add OSPF_WARN_LSA_INSTALL_FAILURE error code
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospf_errors.c')
| -rw-r--r-- | ospfd/ospf_errors.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ospfd/ospf_errors.c b/ospfd/ospf_errors.c index 2e40df0a8e..a597b075dd 100644 --- a/ospfd/ospf_errors.c +++ b/ospfd/ospf_errors.c @@ -71,7 +71,13 @@ static struct log_ref ferr_ospf_warn[] = { .code = OSPF_WARN_TE_UNEXPECTED, .title = "OSPF has received TE information that it was not expecting", .description = "OSPF has received TE information that it was not expecting during normal processing of data", - .suggestion = "Gthat log data from this machine and it's peer and open an Issue", + .suggestion = "Gather log data from this machine and it's peer and open an Issue", + }, + { + .code = OSPF_WARN_LSA_INSTALL_FAILURE, + .title = "OSPF was unable to save the LSA into it's database", + .description = "During processing of a new lsa and attempting to save the lsa into the OSPF database, this process failed.", + .suggestion = "Gather log data from this machine and open an Issue", }, { .code = END_FERR, |
