Skip to content

Commit 4e4eb9d

Browse files
authored
[schema] Add next hop group table to schema (#475)
1 parent e95a466 commit 4e4eb9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/schema.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ namespace swss {
4040
#define APP_FDB_TABLE_NAME "FDB_TABLE"
4141
#define APP_PFC_WD_TABLE_NAME "PFC_WD_TABLE"
4242
#define APP_SWITCH_TABLE_NAME "SWITCH_TABLE"
43+
#define APP_NEXTHOP_GROUP_TABLE_NAME "NEXTHOP_GROUP_TABLE"
4344

4445
#define APP_COPP_TABLE_NAME "COPP_TABLE"
4546
#define APP_VRF_TABLE_NAME "VRF_TABLE"
@@ -295,7 +296,7 @@ namespace swss {
295296
#define CFG_MCLAG_TABLE_NAME "MCLAG_DOMAIN"
296297
#define CFG_MCLAG_INTF_TABLE_NAME "MCLAG_INTERFACE"
297298
#define CFG_MCLAG_UNIQUE_IP_TABLE_NAME "MCLAG_UNIQUE_IP"
298-
299+
299300
#define CFG_PORT_STORM_CONTROL_TABLE_NAME "PORT_STORM_CONTROL"
300301

301302
#define CFG_RATES_TABLE_NAME "RATES"

0 commit comments

Comments
 (0)