On 2/5/21 8:50 PM, Ben Pfaff wrote:
The existing code here seemed like an expensive way to find every ACL.
It is :)
This simplifies it. There is one behavioral change here: if an ACL is only referred to by a Port_Group that itself has no references, then the old code will not process it and the new code will. I don't know whether that was why the code was written the way it was.
It wasn't.. it was just a mistake.
Signed-off-by: Ben Pfaff <[email protected]> ---
Acked-by: Dumitru Ceara <[email protected]> Thanks, Dumitru _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
