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 7530d0b966..1d277ac5f1 100644
--- a/isisd/isis_errors.c
+++ b/isisd/isis_errors.c
@@ -44,6 +44,12 @@ static struct log_ref ferr_isis_err[] = {
.suggestion = "Configure a larger SRGB"
},
{
+ .code = EC_ISIS_SID_COLLISION,
+ .title = "SID collision",
+ .description = "Isis has detected that two different prefixes share the same SID index",
+ .suggestion = "Identify the routers that are advertising the same SID index and fix the collision accordingly"
+ },
+ {
.code = END_FERR,
}
};