Skip to content

Commit

Permalink
Add new software bfd state db table in schema (#957)
Browse files Browse the repository at this point in the history
According this HDL, add a new definition for software BFD table in state DB in schema header file: https://github.com/kperumalbfn/SONiC/blob/kperumal/bfd/doc/smart-switch/BFD/SmartSwitchDpuLivenessUsingBfd.md
  • Loading branch information
abdbaig authored Jan 27, 2025
1 parent 5a4b4a5 commit e64d2b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ namespace swss {
#define STATE_TUNNEL_DECAP_TERM_TABLE_NAME "TUNNEL_DECAP_TERM_TABLE"

#define STATE_BFD_SESSION_TABLE_NAME "BFD_SESSION_TABLE"
#define STATE_BFD_SOFTWARE_SESSION_TABLE_NAME "BFD_SOFTWARE_SESSION_TABLE"
#define STATE_ROUTE_TABLE_NAME "ROUTE_TABLE"
#define STATE_VNET_RT_TUNNEL_TABLE_NAME "VNET_ROUTE_TUNNEL_TABLE"
#define STATE_ADVERTISE_NETWORK_TABLE_NAME "ADVERTISE_NETWORK_TABLE"
Expand Down

0 comments on commit e64d2b9

Please sign in to comment.