diff --git a/net/sched/act_mirred.c b/net/sched/act_mirred.c index 7153c67f641e1778b2661582e2f58cdb4c6d5a40..2ef4cd2c848b2d975ef0f625b51dd461ebec3a52 100644 --- a/net/sched/act_mirred.c +++ b/net/sched/act_mirred.c @@ -273,6 +273,9 @@ static int tcf_mirred_act(struct sk_buff *skb, const struct tc_action *a, goto out; } + /* All mirred/redirected skbs should clear previous ct info */ + nf_reset_ct(skb2); + want_ingress = tcf_mirred_act_wants_ingress(m_eaction); expects_nh = want_ingress || !m_mac_header_xmit;