Skip to content

Commit

Permalink
[schema] Add next hop group table to schema (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
TACappleman committed Aug 19, 2021
1 parent e95a466 commit 4e4eb9d
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 @@ -40,6 +40,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_NEXTHOP_GROUP_TABLE_NAME "NEXTHOP_GROUP_TABLE"

#define APP_COPP_TABLE_NAME "COPP_TABLE"
#define APP_VRF_TABLE_NAME "VRF_TABLE"
Expand Down Expand Up @@ -295,7 +296,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 4e4eb9d

Please sign in to comment.