From 7f1abf7926b71ac7c7170883d0d8d0039ba269b0 Mon Sep 17 00:00:00 2001 From: Stephen Worley Date: Tue, 14 May 2019 16:22:53 -0700 Subject: 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 --- zebra/zebra_errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'zebra/zebra_errors.h') 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, -- cgit v1.2.3