summaryrefslogtreecommitdiff
path: root/lib/lib_errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib_errors.c')
-rw-r--r--lib/lib_errors.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/lib_errors.c b/lib/lib_errors.c
index c154484bdf..d1c2140160 100644
--- a/lib/lib_errors.c
+++ b/lib/lib_errors.c
@@ -29,6 +29,12 @@ static struct log_ref ferr_lib_warn[] = {
.suggestion = "Gather Log data and open an Issue.",
},
{
+ .code = LIB_WARN_STREAM,
+ .title = "The stream subsystem has encountered an error",
+ .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 = END_FERR,
},
};