Skip to content

Commit

Permalink
[schema] Add BFD session table (#524)
Browse files Browse the repository at this point in the history
Update schema.h to include the definition of the BFD session table.
  • Loading branch information
shi-su authored Aug 25, 2021
1 parent 508202b commit 4253aa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 4253aa6

Please sign in to comment.