David Miller wrote: > From: Chris Lalancette > Date: Mon, 06 Nov 2006 18:40:59 -0500 > >> Assuming that this is just an oversight, attached is a simple >> patch to compute the UDP checksum in netpoll_send_udp. > > If the resulting checksum is zero, you should set it to > all 1's, like the real UDP code does. David, Ah, thanks. Forgot about that. I re-spun the patch with the change (attached). I also moved the UDP checksum calculation up to where the rest of the UDP header setup is, to make it more consistent. Thanks again for the comments! Signed-off-by: Chris Lalancette