Skip to content

Commit

Permalink
[schema] Add SAG table for static anycast gateway (#540)
Browse files Browse the repository at this point in the history
Add SAG table definition for static anycast gateway.
Static anycast gateway HLD [#837](sonic-net/SONiC#837)
  • Loading branch information
superchild authored Jan 25, 2024
1 parent ad4d386 commit e4db436
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ namespace swss {
#define APP_ISOLATION_GROUP_TABLE_NAME "ISOLATION_GROUP_TABLE"
#define APP_BFD_SESSION_TABLE_NAME "BFD_SESSION_TABLE"


#define APP_SAG_TABLE_NAME "SAG_TABLE"

#define APP_FC_TO_NHG_INDEX_MAP_TABLE_NAME "FC_TO_NHG_INDEX_MAP_TABLE"

#define APP_BGP_PROFILE_TABLE_NAME "BGP_PROFILE_TABLE"
Expand Down Expand Up @@ -434,6 +437,8 @@ namespace swss {
#define CFG_FLOW_COUNTER_ROUTE_PATTERN_TABLE_NAME "FLOW_COUNTER_ROUTE_PATTERN"
#define CFG_LOGGER_TABLE_NAME "LOGGER"

#define CFG_SAG_TABLE_NAME "SAG"

/***** STATE DATABASE *****/

#define STATE_SWITCH_CAPABILITY_TABLE_NAME "SWITCH_CAPABILITY"
Expand Down

0 comments on commit e4db436

Please sign in to comment.