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 a7e5147af3..65be47f4bc 100644
--- a/zebra/zebra_errors.c
+++ b/zebra/zebra_errors.c
@@ -729,6 +729,15 @@ static struct log_ref ferr_zebra_err[] = {
"Check network topology to detect duplicate host IP for correctness.",
},
{
+ .code = EC_ZEBRA_BAD_NHG_MESSAGE,
+ .title =
+ "Bad Nexthop Group Message",
+ .description =
+ "Zebra received Nexthop Group message from the kernel that it cannot process.",
+ .suggestion =
+ "Check the kernel's link states and routing table to see how it matches ours."
+ },
+ {
.code = END_FERR,
}
};