diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-20 19:58:20 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-06 20:50:58 +0000 |
| commit | 2c72cf2af8a67b25c2068efd57ae5d5bb9000758 (patch) | |
| tree | 2b7583f2e559099b0f49446b975d577d4eb63161 /ospfd/ospf_errors.c | |
| parent | 85c9b439498077e97f0b0e060e3082a08e21d51e (diff) | |
ospfd: Convert ospf_te.c to use new error-card 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 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, } }; |
