Skip to content

Commit

Permalink
[chassis][voq] Add fabric monitoring tables definitions. (sonic-net#808)
Browse files Browse the repository at this point in the history
Add fabric monitoring table names in a common location, as they are utilized in multiple files associated with the fabric monitoring feature.
  • Loading branch information
jfeng-arista authored Sep 25, 2023
1 parent 5056f40 commit b0f148e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,11 @@ namespace swss {
#define CFG_DTEL_QUEUE_REPORT_TABLE_NAME "DTEL_QUEUE_REPORT"
#define CFG_DTEL_EVENT_TABLE_NAME "DTEL_EVENT"

#define CFG_FABRIC_MONITOR_DATA_TABLE_NAME "FABRIC_MONITOR"
#define CFG_FABRIC_MONITOR_PORT_TABLE_NAME "FABRIC_PORT"
#define APP_FABRIC_MONITOR_DATA_TABLE_NAME "FABRIC_MONITOR_TABLE"
#define APP_FABRIC_MONITOR_PORT_TABLE_NAME "FABRIC_PORT_TABLE"

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit b0f148e

Please sign in to comment.