From f03993bd1a47c469c5f8a598b2c8ba79b0b2756a Mon Sep 17 00:00:00 2001 From: siqbal1486 Date: Fri, 13 Jan 2023 11:18:09 -0800 Subject: [PATCH] 202012 cast of PR https://github.com/sonic-net/sonic-swss-common/pull/725 Signed-off-by: siqbal1486 --- common/schema.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/schema.h b/common/schema.h index 8c20b0551..796f6a358 100644 --- a/common/schema.h +++ b/common/schema.h @@ -80,6 +80,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" @@ -390,6 +392,7 @@ namespace swss { #define STATE_VNET_RT_TUNNEL_TABLE_NAME "VNET_ROUTE_TUNNEL_TABLE" #define STATE_ADVERTISE_NETWORK_TABLE_NAME "ADVERTISE_NETWORK_TABLE" +#define STATE_VNET_MONITOR_TABLE_NAME "VNET_MONITOR_TABLE" /***** MISC *****/ #define IPV4_NAME "IPv4"