From owner-freebsd-net Thu May 23 17:22:36 2002 Delivered-To: freebsd-net@freebsd.org Received: from cable2-228.fctvplus.net (cable2-228.fctvplus.net [63.85.56.228]) by hub.freebsd.org (Postfix) with ESMTP id 0907737B403; Thu, 23 May 2002 17:22:27 -0700 (PDT) Received: from lester.manchero.org (localhost [127.0.0.1]) by cable2-228.fctvplus.net (8.12.3/8.12.3) with ESMTP id g4O0MMt3006228; Thu, 23 May 2002 20:22:22 -0400 (EDT) (envelope-from rmanches@lester.manchero.org) Received: (from rmanches@localhost) by lester.manchero.org (8.12.3/8.12.3/Submit) id g4O0MMvX006227; Thu, 23 May 2002 20:22:22 -0400 (EDT) Date: Thu, 23 May 2002 20:22:22 -0400 From: Rob To: freebsd-net@FreeBSD.ORG Cc: hackers@FreeBSD.ORG Subject: Re: ip src address in outgoing ipv4 multicast packets Message-ID: <20020523202222.A6200@lester.manchero.org> Mail-Followup-To: freebsd-net@FreeBSD.ORG, hackers@freebsd.org References: <20020522202839.A3413@lester.manchero.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020522202839.A3413@lester.manchero.org>; from telez@brown.edu on Wed, May 22, 2002 at 08:28:39PM -0400 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org * Rob (telez@brown.edu) [020522 20:30]: > I was just wondering why the src address is set to the host group in > outgoing multicast packets on RELENG_4? As far as I can tell, rfc1054 > says that the src address should be set to that of the host, not the > host group (6.2). The behavior exists in 4.5-release also. > > I noticed this because linux seems to reject mc packets with a multicast > source address (which is also incorrect according to section 7.2). > > Looking at the source, it seems trivial to get the correct (?) behavior. > Is there some reason why we shouldn't do this? If anyone cares I just submitted a pr with an attached patch which will fix this problem. What is a good avenue to get this incorporated into the main tree? http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/38473 -r To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message