Skip to content

Commit

Permalink
[schema] Add next hop group table to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
TACappleman committed Apr 13, 2021
1 parent 15c0f72 commit f9d29b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ namespace swss {
#define APP_FDB_TABLE_NAME "FDB_TABLE"
#define APP_PFC_WD_TABLE_NAME "PFC_WD_TABLE"
#define APP_SWITCH_TABLE_NAME "SWITCH_TABLE"
#define APP_NEXT_HOP_GROUP_TABLE_NAME "NEXT_HOP_GROUP_TABLE"

#define APP_COPP_TABLE_NAME "COPP_TABLE"
#define APP_VRF_TABLE_NAME "VRF_TABLE"
Expand Down Expand Up @@ -288,7 +289,7 @@ namespace swss {
#define CFG_MCLAG_TABLE_NAME "MCLAG_DOMAIN"
#define CFG_MCLAG_INTF_TABLE_NAME "MCLAG_INTERFACE"
#define CFG_MCLAG_UNIQUE_IP_TABLE_NAME "MCLAG_UNIQUE_IP"

#define CFG_PORT_STORM_CONTROL_TABLE_NAME "PORT_STORM_CONTROL"

#define CFG_RATES_TABLE_NAME "RATES"
Expand Down

0 comments on commit f9d29b2

Please sign in to comment.