Skip to content

Commit 11ece41

Browse files
committed
[schema] Add next hop group table to schema
1 parent 15c0f72 commit 11ece41

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
@@ -39,6 +39,7 @@ namespace swss {
3939
#define APP_FDB_TABLE_NAME "FDB_TABLE"
4040
#define APP_PFC_WD_TABLE_NAME "PFC_WD_TABLE"
4141
#define APP_SWITCH_TABLE_NAME "SWITCH_TABLE"
42+
#define APP_NEXTHOP_GROUP_TABLE_NAME "NEXTHOP_GROUP_TABLE"
4243

4344
#define APP_COPP_TABLE_NAME "COPP_TABLE"
4445
#define APP_VRF_TABLE_NAME "VRF_TABLE"
@@ -288,7 +289,7 @@ namespace swss {
288289
#define CFG_MCLAG_TABLE_NAME "MCLAG_DOMAIN"
289290
#define CFG_MCLAG_INTF_TABLE_NAME "MCLAG_INTERFACE"
290291
#define CFG_MCLAG_UNIQUE_IP_TABLE_NAME "MCLAG_UNIQUE_IP"
291-
292+
292293
#define CFG_PORT_STORM_CONTROL_TABLE_NAME "PORT_STORM_CONTROL"
293294

294295
#define CFG_RATES_TABLE_NAME "RATES"

0 commit comments

Comments
 (0)