Re: did somebody notice a crash in ip_output if you're using multicast?

2001-07-19 Thread Matthew Jacob
Had to make a minor change to make sure isbroadcast was set, but yes, that worked, thank you! -matt Index: ip_output.c === RCS file: /home/ncvs/src/sys/netinet/ip_output.c,v retrieving revision 1.130 diff -u -r1.130 ip_out

Re: did somebody notice a crash in ip_output if you're using multicast?

2001-07-19 Thread Matthew Jacob
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_p

Re: did somebody notice a crash in ip_output if you're using multicast?

2001-07-19 Thread Ruslan Ermilov
Could you please try the attached patch and see if it helps? On Thu, Jul 19, 2001 at 12:40:11PM -0700, Matthew Jacob wrote: > > fatal kernel trap: > > trap entry = 0x2 (memory management fault) > cpuid = 0 > faulting va= 0x48 > type = access violation