udp: Generalize skb_udp_segment
[linux-2.6-microblaze.git] / net / ipv6 / udp_offload.c
index 212ebfc..8f96988 100644 (file)
@@ -58,7 +58,7 @@ static struct sk_buff *udp6_ufo_fragment(struct sk_buff *skb,
 
        if (skb->encapsulation && skb_shinfo(skb)->gso_type &
            (SKB_GSO_UDP_TUNNEL|SKB_GSO_UDP_TUNNEL_CSUM))
-               segs = skb_udp_tunnel_segment(skb, features);
+               segs = skb_udp_tunnel_segment(skb, features, true);
        else {
                const struct ipv6hdr *ipv6h;
                struct udphdr *uh;