Skip to content

Commit f0e88e0

Browse files
Add DEBUG_DROP_MONITOR table to schema.h (#971)
Added the DEBUG_DROP_MONITOR table definition to sonic-swss-common. This change is a prerequisite for another PR (sonic-net/sonic-swss#3509) that relies on using the DEBUG_DROP_MONITOR table in the orchagent for persistent drop counter monitoring.
1 parent 4833267 commit f0e88e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/schema.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ namespace swss {
432432

433433
#define CFG_DEBUG_COUNTER_TABLE_NAME "DEBUG_COUNTER"
434434
#define CFG_DEBUG_COUNTER_DROP_REASON_TABLE_NAME "DEBUG_COUNTER_DROP_REASON"
435+
#define CFG_DEBUG_DROP_MONITOR_TABLE_NAME "DEBUG_DROP_MONITOR"
435436

436437
#define CFG_STATIC_NAT_TABLE_NAME "STATIC_NAT"
437438
#define CFG_STATIC_NAPT_TABLE_NAME "STATIC_NAPT"

0 commit comments

Comments
 (0)