Upgrade to 4.4.50-rt62
[kvmfornfv.git] / kernel / net / sched / act_mirred.c
index 32fcdec..e384d6a 100644 (file)
@@ -170,7 +170,7 @@ static int tcf_mirred(struct sk_buff *skb, const struct tc_action *a,
 
        if (!(at & AT_EGRESS)) {
                if (m->tcfm_ok_push)
-                       skb_push(skb2, skb->mac_len);
+                       skb_push_rcsum(skb2, skb->mac_len);
        }
 
        /* mirror is always swallowed */