Skip to content

Commit 3925249

Browse files
authored
[202012] Add docker-mux related table names (#669)
Stemming from #627 This PR is to add table name definitions for database entries used by docker mux processes. Sign-off: Jing Zhang [email protected]
1 parent 36b51e9 commit 3925249

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/schema.h

+2
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@ namespace swss {
362362
#define STATE_HW_MUX_CABLE_TABLE_NAME "HW_MUX_CABLE_TABLE"
363363
#define STATE_MUX_LINKMGR_TABLE_NAME "MUX_LINKMGR_TABLE"
364364
#define STATE_MUX_METRICS_TABLE_NAME "MUX_METRICS_TABLE"
365+
#define STATE_MUX_CABLE_INFO_TABLE_NAME "MUX_CABLE_INFO"
366+
#define STATE_LINK_PROBE_STATS_TABLE_NAME "LINK_PROBE_STATS"
365367

366368
#define STATE_SYSTEM_NEIGH_TABLE_NAME "SYSTEM_NEIGH_TABLE"
367369

0 commit comments

Comments
 (0)