]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv6/ip6_output.c
ipv6: cancel to setting local_df in ip6_xmit()
[net-next-2.6.git] / net / ipv6 / ip6_output.c
index 16c4391f952b5a2bbe6eaa4a66ca0c7a31a86062..f3a847e3ec88aad0c9daaa887d2333b40a831376 100644 (file)
@@ -231,10 +231,6 @@ int ip6_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl,
        skb_reset_network_header(skb);
        hdr = ipv6_hdr(skb);
 
-       /* Allow local fragmentation. */
-       if (ipfragok)
-               skb->local_df = 1;
-
        /*
         *      Fill in the IPv6 header
         */