Skip to content

Commit

Permalink
[schema] update schema with rates and utilization table names (sonic-…
Browse files Browse the repository at this point in the history
…net#330)

Signed-off-by: Mykola Faryma <[email protected]>
  • Loading branch information
mykolaf authored and kktheballer committed Jul 21, 2020
1 parent 35bc01a commit 2b9327c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ namespace swss {
#define PERSISTENT_WATERMARKS_TABLE "PERSISTENT_WATERMARKS"
#define USER_WATERMARKS_TABLE "USER_WATERMARKS"

#define RATES_TABLE "RATES"

/***** LOGLEVEL DATABASE *****/

#define DAEMON_TABLE_NAME "DAEMON_TABLE"
Expand Down Expand Up @@ -146,6 +148,7 @@ namespace swss {
#define STATS_MODE_READ_AND_CLEAR "STATS_MODE_READ_AND_CLEAR"
#define QUEUE_PLUGIN_FIELD "QUEUE_PLUGIN_LIST"
#define PORT_PLUGIN_FIELD "PORT_PLUGIN_LIST"
#define RIF_PLUGIN_FIELD "RIF_PLUGIN_LIST"
#define PG_PLUGIN_FIELD "PG_PLUGIN_LIST"
#define BUFFER_POOL_PLUGIN_FIELD "BUFFER_POOL_PLUGIN_LIST"
#define FLEX_COUNTER_STATUS_FIELD "FLEX_COUNTER_STATUS"
Expand Down Expand Up @@ -240,6 +243,8 @@ namespace swss {
#define CFG_STP_VLAN_PORT_TABLE_NAME "STP_VLAN_PORT"
#define CFG_STP_PORT_TABLE_NAME "STP_PORT"

#define CFG_RATES_TABLE_NAME "RATES"

/***** STATE DATABASE *****/

#define STATE_SWITCH_CAPABILITY_TABLE_NAME "SWITCH_CAPABILITY_TABLE"
Expand Down

0 comments on commit 2b9327c

Please sign in to comment.