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 3ab8ac80f3..b27f9391ad 100644
--- a/lib/lib_errors.c
+++ b/lib/lib_errors.c
@@ -59,6 +59,12 @@ static struct log_ref ferr_lib_warn[] = {
.suggestion = "Create configuration file",
},
{
+ .code = LIB_WARN_VRF_LENGTH,
+ .title = "The VRF subsystem has encountered a parsing error",
+ .description = "The VRF subsystem, during initialization, has found a parsing error with input it has received",
+ .suggestion = "Check the length of the vrf name and adjust accordingly",
+ },
+ {
.code = END_FERR,
},
};