From owner-freebsd-net@FreeBSD.ORG Wed Jul 2 18:25:54 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B0231065671; Wed, 2 Jul 2008 18:25:54 +0000 (UTC) (envelope-from paul@gtcomm.net) Received: from atlas.gtcomm.net (atlas.gtcomm.net [67.215.15.242]) by mx1.freebsd.org (Postfix) with ESMTP id 3CBE78FC1A; Wed, 2 Jul 2008 18:25:54 +0000 (UTC) (envelope-from paul@gtcomm.net) Received: from c-76-108-179-28.hsd1.fl.comcast.net ([76.108.179.28] helo=[192.168.1.6]) by atlas.gtcomm.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1KE6y8-0004Z2-NQ; Wed, 02 Jul 2008 14:22:16 -0400 Message-ID: <486BC8AB.60708@gtcomm.net> Date: Wed, 02 Jul 2008 14:27:55 -0400 From: Paul User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <4852E23E.2040505@gtcomm.net> <4854EBF1.7020708@FreeBSD.org> <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> In-Reply-To: <20080702135402.E57089@maildrop.int.zabbadoz.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, Andre Oppermann , Mike Tancsa Subject: Re: Route messages X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2008 18:25:54 -0000 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. >