K 10 svn:author V 5 luigi K 8 svn:date V 27 1999-02-19T18:56:58.000000Z K 7 svn:log V 541 MFC: prevent panic when pkts > MTU and with DF set get out of a pipe. Actually, after fixing this for the third time (in HEAD, RELENG_3 and RELENG_2_2) i notice that there are a few more places in ip_output() potentially with a similar problem: the head of the mbuf chain is changed, yet the original pointer m0 (which is used in case the pkt exceeds the MTU and has DF set) is not updated. This could lead to panics or more likely to mbuf leaks depending on what happens to the original mbuf pointed by m0. Something worth fixing soon... END