Date: Sat, 23 Nov 1996 11:07:03 -0800 (PST) From: Bill Fenner <fenner> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet ip_mroute.c Message-ID: <199611231907.LAA08182@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
fenner 96/11/23 11:07:03 Modified: sys/netinet ip_mroute.c Log: 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. Revision Changes Path 1.35 +3 -3 src/sys/netinet/ip_mroute.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611231907.LAA08182>
