You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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 <[email protected]>
0 commit comments