diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-21 08:14:32 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-06 20:50:58 +0000 |
| commit | 733fb9177f430e1db01397cce29a0345a2dcb881 (patch) | |
| tree | 02247fa671c5e03acd12816256251589599cca1b /ospfd/ospf_errors.c | |
| parent | 89f60109a7fc7f8d5a1280379915cdd174af84c9 (diff) | |
ospfd: Modify ospf_abr.c to use new error-code subsystem
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospf_errors.c')
| -rw-r--r-- | ospfd/ospf_errors.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ospfd/ospf_errors.c b/ospfd/ospf_errors.c index 25c211cf60..0eb68755c2 100644 --- a/ospfd/ospf_errors.c +++ b/ospfd/ospf_errors.c @@ -92,6 +92,12 @@ static struct log_ref ferr_ospf_warn[] = { .suggestion = "Gather data from this machine and it's peer and open an Issue", }, { + .code = OSPF_WARN_LSA_MISSING, + .title = "OSPF attempted to look up a LSA and it was not found", + .description = "During processing of new LSA information, we attempted to look up an old LSA and it was not found", + .suggestion = "Gather data from this machine and open an Issue", + }, + { .code = END_FERR, } }; |
