From owner-cvs-sys Sat Nov 23 11:07:13 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA08196 for cvs-sys-outgoing; Sat, 23 Nov 1996 11:07:13 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA08182; Sat, 23 Nov 1996 11:07:03 -0800 (PST) Date: Sat, 23 Nov 1996 11:07:03 -0800 (PST) From: Bill Fenner Message-Id: <199611231907.LAA08182@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet ip_mroute.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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