Date: Mon, 30 Oct 2000 10:05:08 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Josef Karthauser <joe@FreeBSD.org> 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> In-Reply-To: <200010290105.SAA52058@freefall.freebsd.org>; from joe@FreeBSD.org on Sat, Oct 28, 2000 at 06:05:09PM -0700 References: <200010290105.SAA52058@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001030100508.C11946>