From 8f86a3ed9c0702bdf40616ee1fbc48c2c01a362e Mon Sep 17 00:00:00 2001 From: Stephen Sun Date: Fri, 3 Nov 2023 15:02:59 +0200 Subject: [PATCH] ASIC/SDK health event Signed-off-by: Stephen Sun --- common/schema.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/schema.h b/common/schema.h index 4b4494114..330f28044 100644 --- a/common/schema.h +++ b/common/schema.h @@ -446,6 +446,8 @@ namespace swss { #define CFG_SAG_TABLE_NAME "SAG" +#define CFG_SUPPRESS_ASIC_SDK_HEALTH_EVENT_NAME "SUPPRESS_ASIC_SDK_HEALTH_EVENT" + /***** STATE DATABASE *****/ #define STATE_SWITCH_CAPABILITY_TABLE_NAME "SWITCH_CAPABILITY" @@ -521,6 +523,8 @@ namespace swss { #define STATE_TRANSCEIVER_INFO_TABLE_NAME "TRANSCEIVER_INFO" +#define ASIC_SDK_HEALTH_EVENT_TABLE_NAME "ASIC_SDK_HEALTH_EVENT_TABLE" + // ACL table and ACL rule table #define STATE_ACL_TABLE_TABLE_NAME "ACL_TABLE_TABLE" #define STATE_ACL_RULE_TABLE_NAME "ACL_RULE_TABLE"