From owner-cvs-all Mon Oct 30 0: 5:27 2000 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id A58F937B4CF; Mon, 30 Oct 2000 00:05:18 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.0/8.11.0) id e9U859814519; Mon, 30 Oct 2000 10:05:09 +0200 (EET) (envelope-from ru) Date: Mon, 30 Oct 2000 10:05:08 +0200 From: Ruslan Ermilov To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_output.c src/sys/netinet6 ip6_output.c Message-ID: <20001030100508.C11946@sunbay.com> Mail-Followup-To: Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200010290105.SAA52058@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="k+w/mQv8wyuph6w0" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010290105.SAA52058@freefall.freebsd.org>; from joe@FreeBSD.org on Sat, Oct 28, 2000 at 06:05:09PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Oct 28, 2000 at 06:05:09PM -0700, Josef Karthauser wrote: > joe 2000/10/28 18:05:09 PDT > > Modified files: > sys/netinet ip_output.c > sys/netinet6 ip6_output.c > Log: > Count per-address statistics for IP fragments. > > Requested by: ru > Obtained from: BSD/OS > And what about this? -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Index: ip_output.c =================================================================== RCS file: /home/ncvs/src/sys/netinet/ip_output.c,v retrieving revision 1.115 diff -u -p -r1.115 ip_output.c --- ip_output.c 2000/10/29 16:06:47 1.115 +++ ip_output.c 2000/10/30 08:04:12 @@ -766,8 +766,8 @@ pass: goto bad; } } else { - /* nobody uses ia beyond here */ ifp = ro->ro_rt->rt_ifp; + ia = ifatoia(ro->ro_rt->rt_ifa); } /* make it flipped, again. */ --k+w/mQv8wyuph6w0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message