Date: Wed, 02 Jul 2008 14:27:55 -0400 From: Paul <paul@gtcomm.net> To: "Bjoern A. Zeeb" <bz@FreeBSD.org> Cc: freebsd-net@freebsd.org, Andre Oppermann <andre@freebsd.org>, Mike Tancsa <mike@sentex.net> Subject: Re: Route messages Message-ID: <486BC8AB.60708@gtcomm.net> In-Reply-To: <20080702135402.E57089@maildrop.int.zabbadoz.net> References: <4852E23E.2040505@gtcomm.net> <4854EBF1.7020708@FreeBSD.org> <l68b649csbvpf6l1ud32atuhq80rr3gsvj@4ax.com> <200807010606.m6166jFe084204@lava.sentex.ca> <4869EC1E.8060009@freebsd.org> <20080701084933.W57089@maildrop.int.zabbadoz.net> <20080701092254.T57089@maildrop.int.zabbadoz.net> <200807021346.m62DkdHx091961@lava.sentex.ca> <20080702135402.E57089@maildrop.int.zabbadoz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Works for me on test machine.. I was expecting a performance increase, but nothing changed.. Just no more route messages, zebra will be happy. Bjoern A. Zeeb wrote: > On Wed, 2 Jul 2008, Mike Tancsa wrote: > > Hi, > >>> Index: sys/netinet/ip_input.c >>> =================================================================== >>> RCS file: /shared/mirror/FreeBSD/r/ncvs/src/sys/netinet/ip_input.c,v >>> retrieving revision 1.332.2.2 >>> diff -u -p -r1.332.2.2 ip_input.c >>> --- sys/netinet/ip_input.c 22 Apr 2008 12:02:55 -0000 1.332.2.2 >>> +++ sys/netinet/ip_input.c 1 Jul 2008 09:23:08 -0000 >>> @@ -1363,7 +1363,6 @@ ip_forward(struct mbuf *m, int srcrt) >>> * the ICMP_UNREACH_NEEDFRAG "Next-Hop MTU" field described >>> in RFC1191. >>> */ >>> bzero(&ro, sizeof(ro)); >>> - rtalloc_ign(&ro, RTF_CLONING); >>> >>> error = ip_output(m, NULL, &ro, IP_FORWARDING, NULL, NULL); >>> > > Still waiting on any second pairs of eyes to review this. > > > >> This could also potentially close >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=124540 >> http://www.freebsd.org/cgi/query-pr.cgi?pr=123621 > > taken, will handle them. >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?486BC8AB.60708>