Skip to content

Commit

Permalink
Default action for Egress ACL Table not poulated. (sonic-net#1208)
Browse files Browse the repository at this point in the history
SAI Query for ACL Cabapility is not supported as of now for all
platform.
  • Loading branch information
abdosi authored Mar 4, 2020
1 parent 574f199 commit 87c86ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion orchagent/aclorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ static const acl_capabilities_t defaultAclActionsSupported =
}
},
{
ACL_STAGE_EGRESS, {}
ACL_STAGE_EGRESS,
{
SAI_ACL_ACTION_TYPE_PACKET_ACTION
}
}
};

Expand Down

0 comments on commit 87c86ba

Please sign in to comment.