Skip to content

Commit

Permalink
[acl]: Fix infinite loop observed on ACL table delete (sonic-net#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandrivantsiv authored and Shuotian Cheng committed May 5, 2017
1 parent cbdc13d commit 2221cf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orchagent/aclorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1390,6 +1390,7 @@ sai_status_t AclOrch::bindAclTable(sai_object_id_t table_oid, AclTable &aclTable
portAcls.erase(iter);
break;
}
++iter;
}
}

Expand Down

0 comments on commit 2221cf6

Please sign in to comment.