Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[aclorch]: Move ACL stage check to validate() function (sonic-net#542)
if (stage == ACL_STAGE_UNKNOWN) return false; This logic should be part of the AclTable validate() function instead of in the create() function. Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
- Loading branch information