diff options
| author | Stephen Worley <sworley@cumulusnetworks.com> | 2019-02-22 14:12:46 -0500 | 
|---|---|---|
| committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-10-25 11:13:36 -0400 | 
| commit | 3463f295e79bfc34e4e8164f4faabe2bb6d6ed2a (patch) | |
| tree | f8c424bed3a6ff42cb9d7dabd39b76a5e75bc859 /zebra/zebra_errors.h | |
| parent | a95b8020ca4383dd4a43c18588c004b5683a8566 (diff) | |
zebra: Add error codes for nhg table insert failures
Since we are using two different tables to hash the next groups with,
lets add an error message in case there is a failure to insert into
one of them. This will help to notify if the tables are not synced.
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_errors.h')
| -rw-r--r-- | zebra/zebra_errors.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_errors.h b/zebra/zebra_errors.h index f35c465975..37e0a22919 100644 --- a/zebra/zebra_errors.h +++ b/zebra/zebra_errors.h @@ -72,6 +72,7 @@ enum zebra_log_refs {  	EC_ZEBRA_VNI_DEL_FAILED,  	EC_ZEBRA_VTEP_ADD_FAILED,  	EC_ZEBRA_VNI_ADD_FAILED, +	EC_ZEBRA_NHG_TABLE_INSERT_FAILED,  	/* warnings */  	EC_ZEBRA_NS_NOTIFY_READ,  	EC_ZEBRAING_LM_PROTO_MISMATCH,  | 
