Skip to content

Commit

Permalink
Added PFC_STAT_HISTORY table names for CONFIG and COUNTERS DB
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbailey-arista committed Feb 25, 2025
1 parent 77547ad commit 16db944
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ namespace swss {
#define COUNTERS_GLOBAL_NAT_TABLE "COUNTERS_GLOBAL_NAT"

#define COUNTERS_EVENTS_TABLE "COUNTERS_EVENTS"
#define COUNTERS_PFC_STAT_HISTORY_TABLE "PFC_STAT_HISTORY"

#define PERIODIC_WATERMARKS_TABLE "PERIODIC_WATERMARKS"
#define PERSISTENT_WATERMARKS_TABLE "PERSISTENT_WATERMARKS"
Expand Down Expand Up @@ -360,6 +361,7 @@ namespace swss {
#define CFG_ACL_TABLE_TYPE_TABLE_NAME "ACL_TABLE_TYPE"
#define CFG_ACL_RULE_TABLE_NAME "ACL_RULE"
#define CFG_PFC_WD_TABLE_NAME "PFC_WD"
#define CFG_PFC_STAT_HISTORY_TABLE_NAME "PFC_STAT_HISTORY"
#define CFG_FLEX_COUNTER_TABLE_NAME "FLEX_COUNTER_TABLE"
#define CFG_WATERMARK_TABLE_NAME "WATERMARK_TABLE"

Expand Down

0 comments on commit 16db944

Please # to comment.