From owner-freebsd-net@FreeBSD.ORG Wed Jul 2 13:55: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 BEA631065687; Wed, 2 Jul 2008 13:55:54 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 825F18FC3F; Wed, 2 Jul 2008 13:55:54 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m62DtqfC055482; Wed, 2 Jul 2008 09:55:52 -0400 (EDT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id m62Dtpli092002 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Jul 2008 09:55:51 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200807021355.m62Dtpli092002@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Wed, 02 Jul 2008 09:55:42 -0400 To: Andre Oppermann , "Bjoern A. Zeeb" From: Mike Tancsa In-Reply-To: <486B87DB.3080007@freebsd.org> 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> <486B87DB.3080007@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: freebsd-net@freebsd.org 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 13:55:54 -0000 At 09:51 AM 7/2/2008, Andre Oppermann wrote: >>Andre, could you review this? > >Yes, this should fix the problem. I haven't tested the patch though. It works for me in the lab and on one production machine I patched early this morning. ---Mike >-- >Andre > >>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); > >_______________________________________________ >freebsd-net@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-net >To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"