From ac2d5798fdbf73dc84108d6becc3788a78b13fde Mon Sep 17 00:00:00 2001 From: Mohanarajan Selvaraj Date: Mon, 1 Jun 2020 00:13:13 -0700 Subject: [PATCH] CONFIG_DB table name for BUM Storm-control feature --- common/schema.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/schema.h b/common/schema.h index fde31c72e..07b21a928 100644 --- a/common/schema.h +++ b/common/schema.h @@ -234,6 +234,8 @@ namespace swss { #define CFG_STP_VLAN_PORT_TABLE_NAME "STP_VLAN_PORT" #define CFG_STP_PORT_TABLE_NAME "STP_PORT" +#define CFG_PORT_STORM_CONTROL_TABLE_NAME "PORT_STORM_CONTROL" + /***** STATE DATABASE *****/ #define STATE_SWITCH_CAPABILITY_TABLE_NAME "SWITCH_CAPABILITY_TABLE"