From owner-cvs-sys Sun Mar 17 21:41:39 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA00702 for cvs-sys-outgoing; Sun, 17 Mar 1996 21:41:39 -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 VAA00697 Sun, 17 Mar 1996 21:41:34 -0800 (PST) Received: by gvr.win.tue.nl (8.6.12/1.53) id GAA22370; Mon, 18 Mar 1996 06:41:22 +0100 From: guido@gvr.win.tue.nl (Guido van Rooij) Message-Id: <199603180541.GAA22370@gvr.win.tue.nl> Subject: Re: cvs commit: src/sys/netinet in.c To: fenner@parc.xerox.com (Bill Fenner) Date: Mon, 18 Mar 1996 06:41:22 +0100 (MET) Cc: fenner@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <96Mar17.124305pst.177478@crevenia.parc.xerox.com> from "Bill Fenner" at Mar 17, 96 12:42:56 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bill Fenner wrote: > > Well, to use a mechanism that was originally intended to allow for multiple > subnets on the same interface to instead give yourself several addresses > on the same subnet is also a gross hack. Need gross hacks to support gross > hacks, or a new cleanly architected mechanism for multiple IP addresses > on the same subnet. > True, but a *lot* of ppl (especially) ISP's are using this code that way. I just want to make sure nothing breaks. I just committed a patch yesterday solbing a problem with cklnt_broadcast() RPC broadcasts. Perhaps I should redo that one to disallow broadcasts to those ip numbers with an all one netmask ;-(). -Guido