@@ -197,6 +197,10 @@ namespace swss {
197197
198198#define APP_PAC_PORT_TABLE_NAME " PAC_PORT_TABLE"
199199
200+ #define APP_ARS_PROFILE_TABLE_NAME " ARS_PROFILE_TABLE"
201+ #define APP_ARS_INTERFACE_TABLE_NAME " ARS_INTERFACE_TABLE"
202+ #define APP_ARS_NEXTHOP_GROUP_TABLE_NAME " ARS_NEXTHOP_GROUP_TABLE"
203+
200204/* **** TO BE REMOVED *****/
201205
202206#define APP_TC_TO_QUEUE_MAP_TABLE_NAME " TC_TO_QUEUE_MAP_TABLE"
@@ -271,36 +275,35 @@ namespace swss {
271275
272276/* **** FLEX COUNTER DATABASE *****/
273277
274- #define PFC_WD_POLL_MSECS 100
275- #define FLEX_COUNTER_TABLE " FLEX_COUNTER_TABLE"
276- #define PORT_COUNTER_ID_LIST " PORT_COUNTER_ID_LIST"
277- #define PORT_DEBUG_COUNTER_ID_LIST " PORT_DEBUG_COUNTER_ID_LIST"
278- #define QUEUE_COUNTER_ID_LIST " QUEUE_COUNTER_ID_LIST"
279- #define QUEUE_ATTR_ID_LIST " QUEUE_ATTR_ID_LIST"
280- #define BUFFER_POOL_COUNTER_ID_LIST " BUFFER_POOL_COUNTER_ID_LIST"
281- #define ENI_COUNTER_ID_LIST " ENI_COUNTER_ID_LIST"
282- #define DASH_METER_COUNTER_ID_LIST " DASH_METER_COUNTER_ID_LIST"
283- #define PFC_WD_STATE_TABLE " PFC_WD_STATE_TABLE"
284- #define PFC_WD_PORT_COUNTER_ID_LIST " PORT_COUNTER_ID_LIST"
285- #define PFC_WD_QUEUE_COUNTER_ID_LIST " QUEUE_COUNTER_ID_LIST"
286- #define PFC_WD_QUEUE_ATTR_ID_LIST " QUEUE_ATTR_ID_LIST"
287- #define PG_COUNTER_ID_LIST " PG_COUNTER_ID_LIST"
288- #define PG_ATTR_ID_LIST " PG_ATTR_ID_LIST"
289- #define RIF_COUNTER_ID_LIST " RIF_COUNTER_ID_LIST"
290- #define TUNNEL_COUNTER_ID_LIST " TUNNEL_COUNTER_ID_LIST"
291- #define SWITCH_COUNTER_ID_LIST " SWITCH_COUNTER_ID_LIST"
292- #define SWITCH_DEBUG_COUNTER_ID_LIST " SWITCH_DEBUG_COUNTER_ID_LIST"
293- #define MACSEC_FLOW_COUNTER_ID_LIST " MACSEC_FLOW_COUNTER_ID_LIST"
294- #define MACSEC_SA_COUNTER_ID_LIST " MACSEC_SA_COUNTER_ID_LIST"
295- #define MACSEC_SA_ATTR_ID_LIST " MACSEC_SA_ATTR_ID_LIST"
296- #define TUNNEL_ATTR_ID_LIST " TUNNEL_ATTR_ID_LIST"
297- #define ACL_COUNTER_ATTR_ID_LIST " ACL_COUNTER_ATTR_ID_LIST"
298- #define FLOW_COUNTER_ID_LIST " FLOW_COUNTER_ID_LIST"
299- #define POLICER_COUNTER_ID_LIST " POLICER_COUNTER_ID_LIST"
300- #define SRV6_COUNTER_ID_LIST " SRV6_COUNTER_ID_LIST"
301- #define PLUGIN_TABLE " PLUGIN_TABLE"
302- #define LUA_PLUGIN_TYPE " LUA_PLUGIN_TYPE"
303- #define SAI_OBJECT_TYPE " SAI_OBJECT_TYPE"
278+ #define PFC_WD_POLL_MSECS 100
279+ #define FLEX_COUNTER_TABLE " FLEX_COUNTER_TABLE"
280+ #define PORT_COUNTER_ID_LIST " PORT_COUNTER_ID_LIST"
281+ #define PORT_DEBUG_COUNTER_ID_LIST " PORT_DEBUG_COUNTER_ID_LIST"
282+ #define QUEUE_COUNTER_ID_LIST " QUEUE_COUNTER_ID_LIST"
283+ #define QUEUE_ATTR_ID_LIST " QUEUE_ATTR_ID_LIST"
284+ #define BUFFER_POOL_COUNTER_ID_LIST " BUFFER_POOL_COUNTER_ID_LIST"
285+ #define ENI_COUNTER_ID_LIST " ENI_COUNTER_ID_LIST"
286+ #define DASH_METER_COUNTER_ID_LIST " DASH_METER_COUNTER_ID_LIST"
287+ #define PFC_WD_STATE_TABLE " PFC_WD_STATE_TABLE"
288+ #define PFC_WD_PORT_COUNTER_ID_LIST " PORT_COUNTER_ID_LIST"
289+ #define PFC_WD_QUEUE_COUNTER_ID_LIST " QUEUE_COUNTER_ID_LIST"
290+ #define PFC_WD_QUEUE_ATTR_ID_LIST " QUEUE_ATTR_ID_LIST"
291+ #define PG_COUNTER_ID_LIST " PG_COUNTER_ID_LIST"
292+ #define PG_ATTR_ID_LIST " PG_ATTR_ID_LIST"
293+ #define RIF_COUNTER_ID_LIST " RIF_COUNTER_ID_LIST"
294+ #define TUNNEL_COUNTER_ID_LIST " TUNNEL_COUNTER_ID_LIST"
295+ #define SWITCH_DEBUG_COUNTER_ID_LIST " SWITCH_DEBUG_COUNTER_ID_LIST"
296+ #define MACSEC_FLOW_COUNTER_ID_LIST " MACSEC_FLOW_COUNTER_ID_LIST"
297+ #define MACSEC_SA_COUNTER_ID_LIST " MACSEC_SA_COUNTER_ID_LIST"
298+ #define MACSEC_SA_ATTR_ID_LIST " MACSEC_SA_ATTR_ID_LIST"
299+ #define TUNNEL_ATTR_ID_LIST " TUNNEL_ATTR_ID_LIST"
300+ #define ACL_COUNTER_ATTR_ID_LIST " ACL_COUNTER_ATTR_ID_LIST"
301+ #define FLOW_COUNTER_ID_LIST " FLOW_COUNTER_ID_LIST"
302+ #define POLICER_COUNTER_ID_LIST " POLICER_COUNTER_ID_LIST"
303+
304+ #define PLUGIN_TABLE " PLUGIN_TABLE"
305+ #define LUA_PLUGIN_TYPE " LUA_PLUGIN_TYPE"
306+ #define SAI_OBJECT_TYPE " SAI_OBJECT_TYPE"
304307
305308#define BULK_CHUNK_SIZE_FIELD " BULK_CHUNK_SIZE"
306309#define BULK_CHUNK_SIZE_PER_PREFIX_FIELD " BULK_CHUNK_SIZE_PER_PREFIX"
@@ -366,6 +369,16 @@ after libswsscommon deb make.
366369#define CFG_VRRP_TABLE_NAME " VRRP"
367370#define CFG_VRRP6_TABLE_NAME " VRRP6"
368371#define CFG_RATES_TABLE_NAME " RATES"
372+
373+ #define CFG_FEATURE_TABLE_NAME " FEATURE"
374+
375+ #define CFG_COPP_TRAP_TABLE_NAME " COPP_TRAP"
376+ #define CFG_COPP_GROUP_TABLE_NAME " COPP_GROUP"
377+
378+ #define CFG_ARS_PROFILE " ARS_PROFILE"
379+ #define CFG_ARS_INTERFACE " ARS_INTERFACE"
380+ #define CFG_ARS_NEXTHOP_GROUP " ARS_NEXTHOP_GROUP"
381+
369382#define CFG_FG_NHG " FG_NHG"
370383#define CFG_FG_NHG_PREFIX " FG_NHG_PREFIX"
371384#define CFG_FG_NHG_MEMBER " FG_NHG_MEMBER"
0 commit comments