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 0c36d801d8..4ae69589a2 100644
--- a/lib/lib_errors.c
+++ b/lib/lib_errors.c
@@ -71,6 +71,12 @@ static struct ferr_ref ferr_lib_err[] = {
.suggestion = "Ensure configuration file exists and has correct permissions for operations\nAdditionally ensure that all config lines are correct as well",
},
{
+ .code = LIB_ERR_SNMP,
+ .title = "SNMP subsystem Error",
+ .description = "FRR has detected a problem with the snmp library it uses\nA callback from this subsystem has indicated some error",
+ .suggestion = "Examine callback message and ensure snmp is properly setup and working"
+ },
+ {
.code = END_FERR,
}
};