summaryrefslogtreecommitdiff
path: root/zebra/zebra_errors.h
diff options
context:
space:
mode:
authorStephen Worley <sworley@cumulusnetworks.com>2019-05-14 16:22:53 -0700
committerStephen Worley <sworley@cumulusnetworks.com>2019-10-25 11:13:40 -0400
commit7f1abf7926b71ac7c7170883d0d8d0039ba269b0 (patch)
tree9a12e3b6a111a5a35d2936e23e8941f72044de05 /zebra/zebra_errors.h
parent98cda54a9543ea125e5e1eea6621c453f407edb2 (diff)
zebra: Error if the ifp lookup fails for an NHE
If the lookup for an interface pointer fails when creating the NHE, log an error message. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_errors.h')
-rw-r--r--zebra/zebra_errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_errors.h b/zebra/zebra_errors.h
index 1411980ba5..f9ccc2db28 100644
--- a/zebra/zebra_errors.h
+++ b/zebra/zebra_errors.h
@@ -75,6 +75,7 @@ enum zebra_log_refs {
EC_ZEBRA_NHG_TABLE_INSERT_FAILED,
EC_ZEBRA_NHG_SYNC,
EC_ZEBRA_NHG_FIB_UPDATE,
+ EC_ZEBRA_IF_LOOKUP_FAILED,
/* warnings */
EC_ZEBRA_NS_NOTIFY_READ,
EC_ZEBRAING_LM_PROTO_MISMATCH,