From 542a208f3afa6926029958a4f750caf776e566cd Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 20 Aug 2018 21:18:05 -0400 Subject: ospfd: Add OSPF_WARN_LSA_INSTALL_FAILURE error code Signed-off-by: Donald Sharp --- ospfd/ospf_errors.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ospfd/ospf_errors.c') 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, -- cgit v1.2.3