Skip to content

Commit 87c86ba

Browse files
authored
Default action for Egress ACL Table not poulated. (#1208)
SAI Query for ACL Cabapility is not supported as of now for all platform.
1 parent 574f199 commit 87c86ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

orchagent/aclorch.cpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,10 @@ static const acl_capabilities_t defaultAclActionsSupported =
127127
}
128128
},
129129
{
130-
ACL_STAGE_EGRESS, {}
130+
ACL_STAGE_EGRESS,
131+
{
132+
SAI_ACL_ACTION_TYPE_PACKET_ACTION
133+
}
131134
}
132135
};
133136

0 commit comments

Comments
 (0)