Date: Thu, 19 Jul 2001 12:58:24 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> To: Ruslan Ermilov <ru@FreeBSD.ORG> Cc: <current@FreeBSD.ORG>, "Daniel C. Sobral" <dcs@FreeBSD.ORG> Subject: Re: did somebody notice a crash in ip_output if you're using multicast? Message-ID: <20010719125653.K50024-100000@wonky.feral.com> In-Reply-To: <20010719225006.A77926@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010719125653.K50024-100000>