Debian: Update changelog for 1.1.0-1 and 1.1.1-1
[openvswitch] / datapath / vport-gre.c
index 0f45f8f705027bf2239045df62eb900c7391c99c..9c1c1cc825388ed64229f28058f338077c21d20f 100644 (file)
@@ -342,7 +342,7 @@ static int gre_rcv(struct sk_buff *skb)
        __skb_pull(skb, hdr_len);
        skb_postpull_rcsum(skb, skb_transport_header(skb), hdr_len + ETH_HLEN);
 
-       tnl_rcv(vport, skb);
+       tnl_rcv(vport, skb, iph->tos);
        return 0;
 
 error: