From 85c9b439498077e97f0b0e060e3082a08e21d51e Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 20 Aug 2018 19:47:59 -0400 Subject: ospfd: Add OSPF_WARN_OPAQUE_REGISTRATION 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 7c885a8cd0..87760b3a34 100644 --- a/ospfd/ospf_errors.c +++ b/ospfd/ospf_errors.c @@ -61,6 +61,12 @@ static struct log_ref ferr_ospf_warn[] = { .description = "During handling of a LSA, OSPF has discovered that the LSA's internal state is inconsistent", .suggestion = "Gather log data and open an Issue", }, + { + .code = OSPF_WARN_OPAQUE_REGISTRATION, + .title = "OSPF has failed to properly register Opaque Handler", + .description = "During initialization OSPF has detected a failure to install an opaque handler", + .suggestion = "Gather log data and open an Issue", + }, { .code = END_FERR, } -- cgit v1.2.3