summaryrefslogtreecommitdiff
path: root/zebra/zebra_errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_errors.c')
-rw-r--r--zebra/zebra_errors.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/zebra/zebra_errors.c b/zebra/zebra_errors.c
index 74eddf51d0..e14f1ee58c 100644
--- a/zebra/zebra_errors.c
+++ b/zebra/zebra_errors.c
@@ -747,6 +747,15 @@ static struct log_ref ferr_zebra_err[] = {
"Check the kernel's link states and routing table to see how it matches ours."
},
{
+ .code = EC_ZEBRA_DUPLICATE_NHG_MESSAGE,
+ .title =
+ "Duplicate Nexthop Group Message",
+ .description =
+ "Zebra received Nexthop Group message from the kernel that it is identical to one it/we already have but with a different ID.",
+ .suggestion =
+ "See if the nexthop you are trying to add is already present in the fib."
+ },
+ {
.code = END_FERR,
}
};