From owner-cvs-sys Mon Jan 8 12:59:12 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA06746 for cvs-sys-outgoing; Mon, 8 Jan 1996 12:59:12 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA06737 Mon, 8 Jan 1996 12:59:10 -0800 (PST) Date: Mon, 8 Jan 1996 12:59:10 -0800 (PST) From: Guido van Rooij Message-Id: <199601082059.MAA06737@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet in.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk 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