Skip to content

Commit b0f148e

Browse files
authored
[chassis][voq] Add fabric monitoring tables definitions. (#808)
Add fabric monitoring table names in a common location, as they are utilized in multiple files associated with the fabric monitoring feature.
1 parent 5056f40 commit b0f148e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

common/schema.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,11 @@ namespace swss {
531531
#define CFG_DTEL_QUEUE_REPORT_TABLE_NAME "DTEL_QUEUE_REPORT"
532532
#define CFG_DTEL_EVENT_TABLE_NAME "DTEL_EVENT"
533533

534+
#define CFG_FABRIC_MONITOR_DATA_TABLE_NAME "FABRIC_MONITOR"
535+
#define CFG_FABRIC_MONITOR_PORT_TABLE_NAME "FABRIC_PORT"
536+
#define APP_FABRIC_MONITOR_DATA_TABLE_NAME "FABRIC_MONITOR_TABLE"
537+
#define APP_FABRIC_MONITOR_PORT_TABLE_NAME "FABRIC_PORT_TABLE"
538+
534539
#ifdef __cplusplus
535540
}
536541
#endif

0 commit comments

Comments
 (0)