From 8b895cd32faf5a48a6c565877091ff92b6541092 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 20 Aug 2018 09:34:53 -0400 Subject: lib: Convert netns_linux.c to new error-code work 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 d1c2140160..5610a32cf1 100644 --- a/lib/lib_errors.c +++ b/lib/lib_errors.c @@ -34,6 +34,12 @@ static struct log_ref ferr_lib_warn[] = { .description = "During sanity checking stream.c has detected an error in the data associated with a particular stream", .suggestion = "Gather log data and open an Issue, restart FRR", }, + { + .code = LIB_WARN_LINUX_NS, + .title = "The Linux namespace subsystem has encountered a parsing error", + .description = "During system startup an invalid parameter for the namesapce was give to FRR", + .suggestion = "Gather log data and open an Issue. restart FRR", + }, { .code = END_FERR, }, -- cgit v1.2.3