summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_errors.c')
-rw-r--r--zebra/zebra_errors.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/zebra/zebra_errors.c b/zebra/zebra_errors.c
index 09b369e2..dcfa37d2 100644
--- a/zebra/zebra_errors.c
+++ b/zebra/zebra_errors.c
@@ -788,6 +788,18 @@ static struct log_ref ferr_zebra_err[] = {
"Wait for Zebra to reattempt update.",
},
{
+ .code = EC_ZEBRA_SM_CANNOT_ASSIGN_SID,
+ .title = "SRv6 manager unable to assign SID",
+ .description = "Zebra's SRv6 manager was unable to assign a SID to client.",
+ .suggestion = "Ensure that Zebra has a sufficient SID range available.",
+ },
+ {
+ .code = EC_ZEBRA_SM_DAEMON_MISMATCH,
+ .title = "Daemon mismatch when releasing SRV6 SIDs",
+ .description = "Zebra noticed a mismatch between a SRv6 SID and a protocol daemon number or instance when releasing unused SRv6 SIDs.",
+ .suggestion = "Ignore this error.",
+ },
+ {
.code = END_FERR,
}
};