From 4253aa6c20ea2dbf03fd705d601a5ef789ab20e4 Mon Sep 17 00:00:00 2001 From: Shi Su <67605788+shi-su@users.noreply.github.com> Date: Wed, 25 Aug 2021 09:19:01 -0700 Subject: [PATCH] [schema] Add BFD session table (#524) Update schema.h to include the definition of the BFD session table. --- common/schema.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/schema.h b/common/schema.h index 3a206a62b..819dad0ae 100644 --- a/common/schema.h +++ b/common/schema.h @@ -78,6 +78,7 @@ namespace swss { #define APP_STP_BPDU_GUARD_TABLE_NAME "STP_BPDU_GUARD_TABLE" #define APP_MCLAG_FDB_TABLE_NAME "MCLAG_FDB_TABLE" #define APP_ISOLATION_GROUP_TABLE_NAME "ISOLATION_GROUP_TABLE" +#define APP_BFD_SESSION_TABLE_NAME "BFD_SESSION_TABLE" /***** ASIC DATABASE *****/ #define ASIC_TEMPERATURE_INFO_TABLE_NAME "ASIC_TEMPERATURE_INFO" @@ -386,6 +387,8 @@ namespace swss { #define STATE_BUFFER_PROFILE_TABLE_NAME "BUFFER_PROFILE_TABLE" #define STATE_DHCPv6_COUNTER_TABLE_NAME "DHCPv6_COUNTER_TABLE" +#define STATE_BFD_SESSION_TABLE "BFD_SESSION_TABLE" + /***** MISC *****/ #define IPV4_NAME "IPv4"