On Tue, Mar 16, 2021 at 05:12:22PM +0200, Louis Peens wrote:
> So in the end I think there are two problems - the on you identified with
> only checking
> the mask in commit 1bcc51ac0731. And then the second bigger one is that the
> behaviour
> differs depending on whether the recirc upcall is after the a rule installed
> in tc
> or a rule installed in ovs, as Marcelo mentioned.
Hi Louis,
Not sure if you noticed but both fixes landed in upstream kernel
already.
That's basically:
afa536d8405a ("net/sched: cls_flower: fix only mask bit check in the
validate_ct_state")
d29334c15d33 ("net/sched: act_api: fix miss set post_ct for ovs after
do conntrack in act_ct")
If testing again, it's probably better if you use the latest one.
Thanks,
Marcelo