From 674c3ca8a837bf732a6a6062bea23a3ec745d971 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 18 Jun 2018 08:55:06 -0400 Subject: lib: Add LIB_ERR_NS to error subsystem Add additional information about NameSpace errors that may happen. 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 d1db7b777a..71ff53053e 100644 --- a/lib/lib_errors.c +++ b/lib/lib_errors.c @@ -82,6 +82,12 @@ static struct ferr_ref ferr_lib_err[] = { .description = "FRR has detected a problem with interface data from the kernel as it deviates\nfrom what we would expect to happen via normal netlink messaging", .suggestion = "Open an Issue with all relevant log files and restart FRR" }, + { + .code = LIB_ERR_NS, + .title = "NameSpace Subsystem Error", + .description = "FRR has detected a problem with NameSpace data from the kernel as it deviates\nfrom what we would expect to happen via normal kernel messaging", + .suggestion = "Open an Issue with all relevant log files and restart FRR" + }, { .code = END_FERR, } -- cgit v1.2.3