From 357743576d39f756849cd01e4fdd23f350a89370 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 18 Jun 2018 09:25:03 -0400 Subject: lib: Add LIB_ERR_ZMQ Add new error event for when we detect an issue within the ZMQ subsystem. Signed-off-by: Donald Sharp --- lib/lib_errors.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/lib_errors.c') diff --git a/lib/lib_errors.c b/lib/lib_errors.c index ae4635673f..d45e21ddc8 100644 --- a/lib/lib_errors.c +++ b/lib/lib_errors.c @@ -94,6 +94,12 @@ static struct ferr_ref ferr_lib_err[] = { .description = "FRR has detected an issue where new development has not properly\nupdated all code paths.", .suggestion = "Open an Issue with all relevant log files" }, + { + .code = LIB_ERR_ZMQ, + .title = "ZMQ Subsystem Error", + .description = "FRR has detected an issue with the Zero MQ subsystem and ZeroMQ\nis not working properly now", + .suggestion = "Open an Issue with all relevant log files and restart FRR" + }, { .code = END_FERR, } -- cgit v1.2.3