Skip to content

Commit

Permalink
[DASH] Add DASH Meter Policy , Rule , Counter table definitions (#949)
Browse files Browse the repository at this point in the history
* Adding DASH Meter Policy and Rule table definitions
* Adding DASH Meter Counter ID list
  • Loading branch information
sundar-pds authored Nov 19, 2024
1 parent 901f3b4 commit fe30ccd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ namespace swss {
#define APP_DASH_ROUTE_GROUP_TABLE_NAME "DASH_ROUTE_GROUP_TABLE"
#define APP_DASH_TUNNEL_TABLE_NAME "DASH_TUNNEL_TABLE"
#define APP_DASH_PA_VALIDATION_TABLE_NAME "DASH_PA_VALIDATION_TABLE"
#define APP_DASH_METER_POLICY_TABLE_NAME "DASH_METER_POLICY_TABLE"
#define APP_DASH_METER_RULE_TABLE_NAME "DASH_METER_RULE_TABLE"
#define APP_DASH_ROUTING_APPLIANCE_TABLE_NAME "DASH_ROUTING_APPLIANCE_TABLE"

#define APP_PAC_PORT_TABLE_NAME "PAC_PORT_TABLE"
Expand Down Expand Up @@ -261,6 +263,7 @@ namespace swss {
#define QUEUE_ATTR_ID_LIST "QUEUE_ATTR_ID_LIST"
#define BUFFER_POOL_COUNTER_ID_LIST "BUFFER_POOL_COUNTER_ID_LIST"
#define ENI_COUNTER_ID_LIST "ENI_COUNTER_ID_LIST"
#define DASH_METER_COUNTER_ID_LIST "DASH_METER_COUNTER_ID_LIST"
#define PFC_WD_STATE_TABLE "PFC_WD_STATE_TABLE"
#define PFC_WD_PORT_COUNTER_ID_LIST "PORT_COUNTER_ID_LIST"
#define PFC_WD_QUEUE_COUNTER_ID_LIST "QUEUE_COUNTER_ID_LIST"
Expand Down

0 comments on commit fe30ccd

Please sign in to comment.