Skip to content

Commit

Permalink
Revert "net/sched: flower: Fix wrong handle assignment during filter …
Browse files Browse the repository at this point in the history
…change"

This reverts commit 32eff6b.

Superseded by the following commit in this series.

Signed-off-by: Vlad Buslov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
w1ldptr authored and davem330 committed May 5, 2023
1 parent dd4f6bb commit 5110f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sched/cls_flower.c
Original file line number Diff line number Diff line change
Expand Up @@ -2231,8 +2231,8 @@ static int fl_change(struct net *net, struct sk_buff *in_skb,
kfree(fnew);
goto errout_tb;
}
fnew->handle = handle;
}
fnew->handle = handle;

err = tcf_exts_init_ex(&fnew->exts, net, TCA_FLOWER_ACT, 0, tp, handle,
!tc_skip_hw(fnew->flags));
Expand Down

0 comments on commit 5110f3f

Please sign in to comment.