K 10 svn:author V 6 fenner K 8 svn:date V 27 1996-11-23T19:07:02.000000Z K 7 svn:log V 244 Allocate a header mbuf for the start of the encapsulated packet. The rest of the code was treating it as a header mbuf, but it was allocated as a normal mbuf. This fixes the panic: ip_output no HDR when you have a multicast tunnel configured. END