Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/sched: cls_flower: Reject duplicated rules also under skip_sw
Currently, duplicated rules are rejected only for skip_hw or "none", hence allowing users to push duplicates into HW for no reason. Use the flower tables to protect for that. Signed-off-by: Or Gerlitz <[email protected]> Signed-off-by: Paul Blakey <[email protected]> Reported-by: Chris Mi <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information