From owner-freebsd-hackers Fri Dec 29 05:10:58 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA19652 for hackers-outgoing; Fri, 29 Dec 1995 05:10:58 -0800 (PST) Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [131.155.210.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA19646 for ; Fri, 29 Dec 1995 05:10:53 -0800 (PST) Received: by gvr.win.tue.nl (8.6.10/1.53) id OAA28407; Fri, 29 Dec 1995 14:10:46 +0100 From: guido@gvr.win.tue.nl (Guido van Rooij) Message-Id: <199512291310.OAA28407@gvr.win.tue.nl> Subject: Re: bug in UDP stack with our aliasing scheme :-( To: guido@IAEhv.nl (Guido van Rooij) Date: Fri, 29 Dec 1995 14:10:46 +0100 (MET) Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: <199512291149.MAA13378@iaehv.IAEhv.nl> from "Guido van Rooij" at Dec 29, 95 12:49:46 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@FreeBSD.ORG Precedence: bulk Guido van Rooij wrote: > > This definately is a bug. > The reason the apcket gets delivered multiple times is found in udp_input, in the check if the packet is send to a multicast or broadcast addres. in_broadcast says it is a broadcast adres. I think we ought reconsidering why the netmask of an ip alias on the same subnet as the `real' ip adres is to be set to 0xffffffff in stead of the real subnet mask. This definately breaks several things. -Guido