From owner-cvs-sys Sun Mar 17 12:44:29 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA04310 for cvs-sys-outgoing; Sun, 17 Mar 1996 12:44:29 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA04182 Sun, 17 Mar 1996 12:43:59 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14526(8)>; Sun, 17 Mar 1996 12:43:16 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177478>; Sun, 17 Mar 1996 12:43:05 -0800 To: guido@gvr.win.tue.nl (Guido van Rooij) cc: fenner@freefall.freebsd.org (Bill Fenner), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/netinet in.c In-reply-to: Your message of "Sun, 17 Mar 96 12:18:03 PST." <199603172018.VAA21057@gvr.win.tue.nl> Date: Sun, 17 Mar 1996 12:42:56 PST From: Bill Fenner Message-Id: <96Mar17.124305pst.177478@crevenia.parc.xerox.com> Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199603172018.VAA21057@gvr.win.tue.nl> you write: >But to just make checks like `if the interface >has another ip address within the same subnet with a netmask != 0xffffffff >then return that other netmask' is a gross hack :-( 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. Bill