summaryrefslogtreecommitdiff
path: root/isisd/isis_errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isis_errors.c')
-rw-r--r--isisd/isis_errors.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/isisd/isis_errors.c b/isisd/isis_errors.c
index 755e70dbf6..7530d0b966 100644
--- a/isisd/isis_errors.c
+++ b/isisd/isis_errors.c
@@ -38,6 +38,12 @@ static struct log_ref ferr_isis_err[] = {
.suggestion = "Ensure configuration is correct"
},
{
+ .code = EC_ISIS_SID_OVERFLOW,
+ .title = "SID index overflow",
+ .description = "Isis has detected that a SID index falls outside of its associated SRGB range",
+ .suggestion = "Configure a larger SRGB"
+ },
+ {
.code = END_FERR,
}
};