Commit 1b8bd94 1 parent 1ed0b4b commit 1b8bd94 Copy full SHA for 1b8bd94
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ static const acl_capabilities_t defaultAclActionsSupported =
153
153
}
154
154
};
155
155
156
- static acl_table_action_list_lookup_t defaultAclActionList =
156
+ static acl_table_action_list_lookup_t defaultAclActionList =
157
157
{
158
158
{
159
159
// L3
@@ -326,7 +326,7 @@ static acl_table_action_list_lookup_t defaultAclActionList =
326
326
// The match fields for certain ACL table type are not exactly the same between INGRESS and EGRESS.
327
327
// For example, we can only match IN_PORT for PFCWD table type at INGRESS.
328
328
// Hence we need to specify stage particular matching fields in stageMandatoryMatchFields
329
- static acl_table_match_field_lookup_t stageMandatoryMatchFields =
329
+ static acl_table_match_field_lookup_t stageMandatoryMatchFields =
330
330
{
331
331
{
332
332
// TABLE_TYPE_PFCWD
@@ -2045,7 +2045,7 @@ bool AclTable::addMandatoryActions()
2045
2045
// Add the default action list
2046
2046
for (auto action : defaultAclActionList[type.getName ()][stage])
2047
2047
{
2048
- if (m_pAclOrch->isAclActionSupported (stage, acl_action ))
2048
+ if (m_pAclOrch->isAclActionSupported (stage, action ))
2049
2049
{
2050
2050
SWSS_LOG_INFO (" Added default action for table type %s stage %s" ,
2051
2051
type.getName ().c_str (),
You can’t perform that action at this time.
0 commit comments