K 10 svn:author V 5 brian K 8 svn:date V 27 1997-02-06T11:14:22.000000Z K 7 svn:log V 357 Don't zero ip->ip_sum during sum validation. This should only affect programs that sit on top of divert(4) sockets. The multicast routing code already unconditionally zeros the sum before recalculating. Any code that unconditionaly sums a packet without first zeroing the sum (assuming that it's already zero'd) will break. No such code seems to exist. END