From owner-cvs-sys Tue Jan 9 09:48:00 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA24280 for cvs-sys-outgoing; Tue, 9 Jan 1996 09:48:00 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA24263 Tue, 9 Jan 1996 09:47:55 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id JAA03304; Tue, 9 Jan 1996 09:47:53 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.7.3/8.6.5) with SMTP id JAA00352; Tue, 9 Jan 1996 09:47:55 -0800 (PST) Message-Id: <199601091747.JAA00352@corbin.Root.COM> To: guido@gvr.win.tue.nl (Guido van Rooij) cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/netinet in.c In-reply-to: Your message of "Tue, 09 Jan 96 18:31:35 +0100." <199601091731.SAA00390@gvr.win.tue.nl> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 09 Jan 1996 09:47:54 -0800 Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk >Guido van Rooij wrote: >> >> guido 96/01/08 12:59:09 >> >> Modified: sys/netinet in.c >> Log: >> Fix a bug where having a process listening to both a INADDR_ANY and a >> local address, that was assigned with ifconfig alias and netmask >> 0xffffffff, would receive duplictae udp packets. >> This behaviour can easily be seen by having named run, and using the alias >> address as the name server. >> This solution is not the pretiest one, but after talk with Garreth, it >> is seen as the most easy one. >> >> Revision Changes Path >> 1.21 +8 -2 src/sys/netinet/in.c >> >This should probably go in the 2.1.0 branch. Okay. I plan to look at several changes to the networking code for possible inclusion in 2.1.x sometime soon. -DG David Greenman Core Team/Principal Architect, The FreeBSD Project