Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2001 14:46:32 +0200 (SAT)
From:      John Hay <jhay@icomtek.csir.co.za>
To:        itojun@iijlab.net
Cc:        freebsd-net@FreeBSD.ORG
Subject:   Re: kernel: nd6_storelladdr failed, mbuf leak
Message-ID:  <200103061246.f26CkWO56746@zibbi.icomtek.csir.co.za>
In-Reply-To: <11354.983881225@coconut.itojun.org> from "itojun@iijlab.net" at "Mar 6, 2001 09:20:25 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> >> > > I then noticed that "... kernel: nd6_storelladdr failed" gets logged
> >> > > often and after a while all mbufs are used. It turned out that in
> >> > > sys/net/if_ethersubr.c in ether_output() when nd6_storelladdr()
> >> > fails,
> >> > > it does a return(0) and does not free the mbuf. I checked -current
> >> > > and it is still like that.
> 
> 	will correct it.  thanks for reporting.
> 
> itojun

Great, thanks.

Now I have a second question. What should be done about the interaction
between if_ef(4) and nd6_storelladdr()? Should a IFT_XETHER be added
to the case statement in nd6_storelladdr() or should if_ef(4) not try
to do ipv6?

John
-- 
John Hay -- John.Hay@icomtek.csir.co.za

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103061246.f26CkWO56746>