K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-03-30T02:16:40.000000Z K 7 svn:log V 329 If `ipfw fwd' loops an mbuf back to ip_input from ip_output and the mbuf is marked for delayed checksums, then additionally mark the packet as having it's checksums computed. This allows us to bypass computing/checking the checksum entirely, which isn't really needeed as the packet has never hit the wire. Reviewed by: green END