Skip to content

Commit

Permalink
Merge branch 'master' into master-vrrp
Browse files Browse the repository at this point in the history
  • Loading branch information
philo-micas authored Nov 20, 2024
2 parents 8ae26d8 + fe30ccd commit 7b9c604
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 7b9c604

Please sign in to comment.