Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[aclorch] Do not fail ACL rule remove flow if rule already deleted (s…
…onic-net#2183) - What I did Do not fail ACL rule remove flow if rule already deleted. - Why I did it When ACL table that contains rules is being deleted, its rules are being deleted automatically. In the case when ACL rule handler is called for a rule that was already deleted, handler should do nothing and pass. - How I verified it config acl add table -p Ethernet72 -s ingress DATAACL L3 config acl update full /tmp/56521_acl_file.json config acl add table -p Ethernet72 -s egress DATAACL L3 config acl update full 56521_acl_file.json docker exec -it syncd sx_api_flex_acl_dump.py => verify ACL rules exist in "ACL Rules" table. Co-authored-by: liora <liora@nvidia.com>
- Loading branch information