From owner-freebsd-current Thu Jul 19 12:58:35 2001 Delivered-To: freebsd-current@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id F1CC437B408; Thu, 19 Jul 2001 12:58:32 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from wonky.feral.com (mjacob@wonky.feral.com [192.67.166.7]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f6JJwWS68163; Thu, 19 Jul 2001 12:58:32 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Thu, 19 Jul 2001 12:58:24 -0700 (PDT) From: Matthew Jacob Reply-To: To: Ruslan Ermilov Cc: , "Daniel C. Sobral" Subject: Re: did somebody notice a crash in ip_output if you're using multicast? In-Reply-To: <20010719225006.A77926@sunbay.com> Message-ID: <20010719125653.K50024-100000@wonky.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'll try it if I can get booted again.... :-) Yea, I found the panic line- /* Record statistics for this interface address. */ if (!(flags & IP_FORWARDING)) { ***** ia->ia_ifa.if_opackets++; ia->ia_ifa.if_obytes += m->m_pkthdr.len; } and was doing something less invasive than your patch when your mail arrived. -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message