Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Jul 2008 10:34:38 +0200
From:      Andre Oppermann <andre@freebsd.org>
To:        Mike Tancsa <mike@sentex.net>
Cc:        freebsd-net@freebsd.org, bz@freebsd.org, "Bruce M. Simpson" <bms@freebsd.org>, Paul <paul@gtcomm.net>
Subject:   Re: Route messages
Message-ID:  <4869EC1E.8060009@freebsd.org>
In-Reply-To: <200807010606.m6166jFe084204@lava.sentex.ca>
References:  <4852E23E.2040505@gtcomm.net> <4854EBF1.7020708@FreeBSD.org>	<l68b649csbvpf6l1ud32atuhq80rr3gsvj@4ax.com> <200807010606.m6166jFe084204@lava.sentex.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Tancsa wrote:
> I am thinking
> 
> http://lists.freebsd.org/pipermail/cvs-src/2008-April/090303.html
> is the commit ? If I revert to the prev version, the issue goes away.

Yes, this change doesn't look right.  It should only do the route
lookup in ip_input.c when there was an EMSGSIZE error returned by
ip_output().  The rtalloc_ign() call causes the message to be sent
because it always sets report to one.  The default message is RTM_MISS.

I'll try to prep an updated patch which doesn't have these issues later
today.

-- 
Andre



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