Re: [PATCH net 1/2] net: sched: drop ct for the packets toward ingress only in act_mirred
From: Cong Wang <hidden> Date: 2021-09-21 02:36:50
On Mon, Sep 20, 2021 at 7:12 AM Xin Long [off-list ref] wrote:
nf_reset_ct() called in tcf_mirred_act() is supposed to drop ct for
those packets that are mirred or redirected to only ingress, not
ingress and egress.
Any reason behind this? I think we at least need to reset it when
redirecting from ingress to egress as well? That is, when changing
directions?
Thanks.