Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ofproto: Fix is_flow_deletion_pending() false positive.
If one tries to install a rule that's identical to another rule in another OpenFlow table which is being deleted, it's possible that is_flow_deletion_pending() might confuse them and block the installation. This is such an edge case I doubt it has ever actually happened. Found by inspection. Signed-off-by: Ethan Jackson <[email protected]> Acked-by: Ben Pfaff <[email protected]>
- Loading branch information