aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/core/dev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 5d43e010ef87..a0408d497dae 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -1696,6 +1696,7 @@ int __dev_forward_skb(struct net_device *dev, struct sk_buff *skb)
1696 } 1696 }
1697 1697
1698 skb_scrub_packet(skb, true); 1698 skb_scrub_packet(skb, true);
1699 skb->priority = 0;
1699 skb->protocol = eth_type_trans(skb, dev); 1700 skb->protocol = eth_type_trans(skb, dev);
1700 skb_postpull_rcsum(skb, eth_hdr(skb), ETH_HLEN); 1701 skb_postpull_rcsum(skb, eth_hdr(skb), ETH_HLEN);
1701 1702