From owner-freebsd-hackers Mon Aug 21 11:18:14 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id LAA04036 for hackers-outgoing; Mon, 21 Aug 1995 11:18:14 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id LAA04030 for ; Mon, 21 Aug 1995 11:18:12 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.11/8.6.5) with ESMTP id LAA02999; Mon, 21 Aug 1995 11:17:15 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id LAA00148; Mon, 21 Aug 1995 11:18:59 -0700 Message-Id: <199508211818.LAA00148@corbin.Root.COM> To: Bill Fenner cc: "Michael C. Newell" , hackers@freebsd.org Subject: Re: Multicast on PPP devices In-reply-to: Your message of "Mon, 21 Aug 95 10:43:47 PDT." <95Aug21.104401pdt.177475@crevenia.parc.xerox.com> From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 21 Aug 1995 11:18:54 -0700 Sender: hackers-owner@freebsd.org Precedence: bulk >Barring that, someone seems to have changed the INADDR_TO_IFP macro in >netinet/in_var.h to only search destination addresses, rather than local >addresses, on point-to-point interfaces. This will cause mrouted no end >of grief. It was changed to allow the local IPaddr of a point-to-point interface to be shared, thus routing has to be based on the destination. Do you have a suggestion on how to keep this functionality and not break multicasts over point-to-point links? -DG