diff --git a/orchagent/aclorch.cpp b/orchagent/aclorch.cpp index 4839feebff8d..21496c05fdde 100644 --- a/orchagent/aclorch.cpp +++ b/orchagent/aclorch.cpp @@ -3000,7 +3000,8 @@ void AclOrch::doTask(SelectableTimer &timer) swss::FieldValueTuple fvtb("Bytes", to_string(cnt.bytes)); values.push_back(fvtb); - AclOrch::getCountersTable().set(table_it.second.id + ":" + rule_it.second->getId(), values, ""); + AclOrch::getCountersTable().set(rule_it.second->getTableId() + ":" + + rule_it.second->getId(), values, ""); } values.clear(); }