We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c0f72 commit 11ece41Copy full SHA for 11ece41
common/schema.h
@@ -39,6 +39,7 @@ namespace swss {
39
#define APP_FDB_TABLE_NAME "FDB_TABLE"
40
#define APP_PFC_WD_TABLE_NAME "PFC_WD_TABLE"
41
#define APP_SWITCH_TABLE_NAME "SWITCH_TABLE"
42
+#define APP_NEXTHOP_GROUP_TABLE_NAME "NEXTHOP_GROUP_TABLE"
43
44
#define APP_COPP_TABLE_NAME "COPP_TABLE"
45
#define APP_VRF_TABLE_NAME "VRF_TABLE"
@@ -288,7 +289,7 @@ namespace swss {
288
289
#define CFG_MCLAG_TABLE_NAME "MCLAG_DOMAIN"
290
#define CFG_MCLAG_INTF_TABLE_NAME "MCLAG_INTERFACE"
291
#define CFG_MCLAG_UNIQUE_IP_TABLE_NAME "MCLAG_UNIQUE_IP"
-
292
+
293
#define CFG_PORT_STORM_CONTROL_TABLE_NAME "PORT_STORM_CONTROL"
294
295
#define CFG_RATES_TABLE_NAME "RATES"
0 commit comments