From 2c72cf2af8a67b25c2068efd57ae5d5bb9000758 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 20 Aug 2018 19:58:20 -0400 Subject: ospfd: Convert ospf_te.c to use new error-card subsystem Signed-off-by: Donald Sharp --- ospfd/ospf_errors.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ospfd/ospf_errors.c') diff --git a/ospfd/ospf_errors.c b/ospfd/ospf_errors.c index 87760b3a34..2e40df0a8e 100644 --- a/ospfd/ospf_errors.c +++ b/ospfd/ospf_errors.c @@ -67,6 +67,12 @@ static struct log_ref ferr_ospf_warn[] = { .description = "During initialization OSPF has detected a failure to install an opaque handler", .suggestion = "Gather log data and open an Issue", }, + { + .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", + }, { .code = END_FERR, } -- cgit v1.2.3