diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-21 01:58:20 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-06 22:50:58 +0200 |
commit | 2c72cf2af8a67b25c2068efd57ae5d5bb9000758 (patch) | |
tree | 2b7583f2e559099b0f49446b975d577d4eb63161 /ospfd/ospf_errors.c | |
parent | ospfd: Add OSPF_WARN_OPAQUE_REGISTRATION (diff) | |
download | frr-2c72cf2af8a67b25c2068efd57ae5d5bb9000758.tar.xz frr-2c72cf2af8a67b25c2068efd57ae5d5bb9000758.zip |
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 87760b3a3..2e40df0a8 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, } }; |