diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-20 09:34:53 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-06 20:50:58 +0000 |
| commit | 8b895cd32faf5a48a6c565877091ff92b6541092 (patch) | |
| tree | 2184249915df6da6b3365d3649a6ad68f0b0116e /lib/lib_errors.c | |
| parent | 0bff8eea70f2ed13013d5af9a8e21117eca24deb (diff) | |
lib: Convert netns_linux.c to new error-code work
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/lib_errors.c')
| -rw-r--r-- | lib/lib_errors.c | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -35,6 +35,12 @@ static struct log_ref ferr_lib_warn[] = { .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, }, }; |
