Skip to content

Commit 9616287

Browse files
siqbal1986yxieca
authored andcommitted
Added customer monitoring tables in app db and state db (#725)
1 parent d03b95d commit 9616287

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

common/schema.h

+4
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ namespace swss {
100100

101101
#define APP_BGP_PROFILE_TABLE_NAME "BGP_PROFILE_TABLE"
102102

103+
#define APP_VNET_MONITOR_TABLE_NAME "VNET_MONITOR_TABLE"
104+
103105
/***** ASIC DATABASE *****/
104106
#define ASIC_TEMPERATURE_INFO_TABLE_NAME "ASIC_TEMPERATURE_INFO"
105107

@@ -464,6 +466,8 @@ namespace swss {
464466

465467
#define STATE_FLOW_COUNTER_CAPABILITY_TABLE_NAME "FLOW_COUNTER_CAPABILITY_TABLE"
466468

469+
#define STATE_VNET_MONITOR_TABLE_NAME "VNET_MONITOR_TABLE"
470+
467471
/***** MISC *****/
468472

469473
#define IPV4_NAME "IPv4"

0 commit comments

Comments
 (0)