On Saturday 06 June 2009 03:16:27 ext Sridhar Samudrala wrote: > @@ -668,7 +709,14 @@ static int udp_v6_push_pending_frames(struct sock *sk) > > if (is_udplite) > csum = udplite_csum_outgoing(sk, skb); > - else > + else if (sk->sk_no_check == UDP_CSUM_NOXMIT) { /* UDP csum disabled */ > + skb->ip_summed = CHECKSUM_NONE; > + goto send; There is no such thing as disabled UDP in IPv6 (in *current* specs). -- Rémi Denis-Courmont Nokia Devices R&D, Maemo Software, Helsinki -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html