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.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/zebra/zebra_errors.c b/zebra/zebra_errors.c
index f657bdcdc7..39e3939bb2 100644
--- a/zebra/zebra_errors.c
+++ b/zebra/zebra_errors.c
@@ -265,13 +265,14 @@ static struct ferr_ref ferr_zebra_err[] = {
.description = "Zebra attempted to add a VNI hash to an interface and failed",
.suggestion = "Notify a developer.",
},
+ {
+ .code = END_FERR,
+ }
};
/* clang-format on */
void zebra_error_init(void)
{
- ferr_ref_init();
-
ferr_ref_add(ferr_zebra_err);
}