Skip to content

Commit

Permalink
[smartswitch] Add support for ENI Based Forwarding (#976)
Browse files Browse the repository at this point in the history
HLD: sonic-net/SONiC#1842

Add tables that are needed for DashEniFwd Orchagent
  • Loading branch information
vivekrnv authored Feb 25, 2025
1 parent ea0e853 commit 77547ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ namespace swss {
#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_DASH_ENI_FORWARD_TABLE "DASH_ENI_FORWARD_TABLE"

#define APP_PAC_PORT_TABLE_NAME "PAC_PORT_TABLE"

Expand Down Expand Up @@ -470,6 +471,7 @@ namespace swss {
#define CFG_LOGGING_TABLE_NAME "LOGGING"

#define CFG_DHCP_TABLE "DHCP_RELAY"
#define CFG_DPU_TABLE "DPU_TABLE"

#define CFG_FLOW_COUNTER_ROUTE_PATTERN_TABLE_NAME "FLOW_COUNTER_ROUTE_PATTERN"
#define CFG_LOGGER_TABLE_NAME "LOGGER"
Expand Down

0 comments on commit 77547ad

Please sign in to comment.