summaryrefslogtreecommitdiff
path: root/ospfd/ospf_errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'ospfd/ospf_errors.c')
-rw-r--r--ospfd/ospf_errors.c6
1 files changed, 6 insertions, 0 deletions
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
@@ -68,6 +68,12 @@ static struct log_ref ferr_ospf_warn[] = {
.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,
}
};