We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5056f40 commit b0f148eCopy full SHA for b0f148e
1 file changed
common/schema.h
@@ -531,6 +531,11 @@ namespace swss {
531
#define CFG_DTEL_QUEUE_REPORT_TABLE_NAME "DTEL_QUEUE_REPORT"
532
#define CFG_DTEL_EVENT_TABLE_NAME "DTEL_EVENT"
533
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
+
539
#ifdef __cplusplus
540
}
541
#endif
0 commit comments