We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cd3f6 commit c6dcc1eCopy full SHA for c6dcc1e
orchagent/aclorch.cpp
@@ -515,7 +515,7 @@ bool AclRule::removeCounter()
515
return true;
516
}
517
518
- if (sai_acl_api->remove_acl_entry(m_counterOid) != SAI_STATUS_SUCCESS)
+ if (sai_acl_api->remove_acl_counter(m_counterOid) != SAI_STATUS_SUCCESS)
519
{
520
SWSS_LOG_ERROR("Failed to remove ACL counter for rule %s in table %s", m_id.c_str(), m_tableId.c_str());
521
return false;
0 commit comments