diff --git a/[refs] b/[refs] index 2e33573a1593..9a55d8a99355 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a3d6713fbd2ccb50898a6f88664da96a7857c039 +refs/heads/master: 693019e90ca45d881109d32c0c6d29adf03f6447 diff --git a/trunk/include/net/dst.h b/trunk/include/net/dst.h index 81d1413a8701..02386505033d 100644 --- a/trunk/include/net/dst.h +++ b/trunk/include/net/dst.h @@ -242,6 +242,7 @@ static inline void skb_tunnel_rx(struct sk_buff *skb, struct net_device *dev) dev->stats.rx_packets++; dev->stats.rx_bytes += skb->len; skb->rxhash = 0; + skb_set_queue_mapping(skb, 0); skb_dst_drop(skb); nf_reset(skb); }