From d17d3ad2fcf535376d926bc18ece733edc0a2c89 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 e750f605d..d00660681 100644 --- a/common/schema.h +++ b/common/schema.h @@ -439,6 +439,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" @@ -514,6 +516,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"