diff options
Diffstat (limited to 'net/sched/act_mirred.c')
| -rw-r--r-- | net/sched/act_mirred.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/act_mirred.c b/net/sched/act_mirred.c index 5b135d357e1e..70cfbbf96af2 100644 --- a/net/sched/act_mirred.c +++ b/net/sched/act_mirred.c | |||
| @@ -181,7 +181,7 @@ static int tcf_mirred(struct sk_buff *skb, const struct tc_action *a, | |||
| 181 | 181 | ||
| 182 | if (!(at & AT_EGRESS)) { | 182 | if (!(at & AT_EGRESS)) { |
| 183 | if (m->tcfm_ok_push) | 183 | if (m->tcfm_ok_push) |
| 184 | skb_push(skb2, skb->mac_len); | 184 | skb_push_rcsum(skb2, skb->mac_len); |
| 185 | } | 185 | } |
| 186 | 186 | ||
| 187 | /* mirror is always swallowed */ | 187 | /* mirror is always swallowed */ |
