Skip to content

Commit 6602971

Browse files
committed
Merge branch 'master' into qiluo/pubsubchannel
2 parents 1397c0f + 778f74e commit 6602971

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

common/schema.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ namespace swss {
539539

540540
#define STATE_COPP_GROUP_TABLE_NAME "COPP_GROUP_TABLE"
541541
#define STATE_COPP_TRAP_TABLE_NAME "COPP_TRAP_TABLE"
542+
#define STATE_COPP_TRAP_CAPABILITY_TABLE_NAME "COPP_TRAP_CAPABILITY_TABLE"
542543
#define STATE_FG_ROUTE_TABLE_NAME "FG_ROUTE_TABLE"
543544

544545
#define STATE_DASH_HA_SET_STATE_TABLE_NAME "DASH_HA_SET_STATE_TABLE"
@@ -587,6 +588,9 @@ namespace swss {
587588

588589
#define STATE_VNET_MONITOR_TABLE_NAME "VNET_MONITOR_TABLE"
589590

591+
#define STATE_BGP_SESSION_TRACKER_TABLE_NAME "BGP_SESSION_TRACKER_TABLE"
592+
#define STATE_LINK_STATE_TRACKER_TABLE_NAME "LINK_STATE_TRACKER_TABLE"
593+
590594
#define STATE_TRANSCEIVER_INFO_TABLE_NAME "TRANSCEIVER_INFO"
591595

592596
#define STATE_ASIC_SDK_HEALTH_EVENT_TABLE_NAME "ASIC_SDK_HEALTH_EVENT_TABLE"

0 commit comments

Comments
 (0)