Skip to content

Commit

Permalink
Added customer monitoring tables in app db and state db (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
siqbal1986 authored and yxieca committed Jan 4, 2023
1 parent d03b95d commit 9616287
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ namespace swss {

#define APP_BGP_PROFILE_TABLE_NAME "BGP_PROFILE_TABLE"

#define APP_VNET_MONITOR_TABLE_NAME "VNET_MONITOR_TABLE"

/***** ASIC DATABASE *****/
#define ASIC_TEMPERATURE_INFO_TABLE_NAME "ASIC_TEMPERATURE_INFO"

Expand Down Expand Up @@ -464,6 +466,8 @@ namespace swss {

#define STATE_FLOW_COUNTER_CAPABILITY_TABLE_NAME "FLOW_COUNTER_CAPABILITY_TABLE"

#define STATE_VNET_MONITOR_TABLE_NAME "VNET_MONITOR_TABLE"

/***** MISC *****/

#define IPV4_NAME "IPv4"
Expand Down

0 comments on commit 9616287

Please sign in to comment.