diff --git a/orchagent/aclorch.cpp b/orchagent/aclorch.cpp index 5f7cd9d17c..83cfcdd510 100644 --- a/orchagent/aclorch.cpp +++ b/orchagent/aclorch.cpp @@ -127,7 +127,10 @@ static const acl_capabilities_t defaultAclActionsSupported = } }, { - ACL_STAGE_EGRESS, {} + ACL_STAGE_EGRESS, + { + SAI_ACL_ACTION_TYPE_PACKET_ACTION + } } };