diff --git a/common/consumer_table_pops.lua b/common/consumer_table_pops.lua index 959bcd0fa..5e4cafd9f 100644 --- a/common/consumer_table_pops.lua +++ b/common/consumer_table_pops.lua @@ -90,7 +90,9 @@ for i = n, 1, -3 do op == 'object_type_get_availability_query' or op == 'object_type_get_availability_response' or op == 'stats_capability_query' or - op == 'stats_capability_response' then + op == 'stats_capability_response' or + op == 'dbg_gen_dump' or + op == 'dbg_gen_dumpresponse' then -- do not modify db entries when spotted those commands, they are used to -- trigger actions or get data synchronously from database diff --git a/common/schema.h b/common/schema.h index 461ea4d82..26a95bc47 100644 --- a/common/schema.h +++ b/common/schema.h @@ -195,6 +195,9 @@ namespace swss { #define APP_PFC_PRIORITY_TO_PRIORITY_GROUP_MAP_NAME "PFC_PRIORITY_TO_PRIORITY_GROUP_MAP_TABLE" #define APP_PFC_PRIORITY_TO_QUEUE_MAP_NAME "MAP_PFC_PRIORITY_TO_QUEUE" +#define APP_DBG_GEN_DUMP_TABLE_NAME "DBG_GEN_DUMP_TABLE" +#define APP_DBG_GEN_DUMP_STATUS_TABLE_NAME "DBG_GEN_DUMP_STATUS_TABLE" + /***** COUNTER DATABASE *****/ #define COUNTERS_PORT_NAME_MAP "COUNTERS_PORT_NAME_MAP"