From owner-cvs-all Thu May 28 01:40:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01476 for cvs-all-outgoing; Thu, 28 May 1998 01:40:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA01293; Thu, 28 May 1998 01:39:50 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id BAA06505; Thu, 28 May 1998 01:36:00 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd006369; Thu May 28 08:34:51 1998 Date: Thu, 28 May 1998 01:31:50 -0700 (PDT) From: Julian Elischer To: Julian Elischer cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/mtest mtest.c In-Reply-To: <199805280731.AAA20631@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 28 May 1998, Julian Elischer wrote: > julian 1998/05/28 00:31:31 PDT > > Modified files: > usr.sbin/mtest mtest.c > Log: > Use AF_LINK rather than AF_UNSPEC to set an ethernet multicast address. > This is obviously not a terribly used function as it's apparently been > broken forever. > It IS possible that this fix is wrong and that the KERNEL is wrong > (in which case you should fix if_ethersubr.c) either way it certainly has more hope of > working now than before. I'd take it to 2.2 except that obviously no-one cares :-) I just looked.. AF_UNSPEC was correct for 2.2 Obviously this got left behind when someone changed the way that multicast works. > > Revision Changes Path > 1.4 +33 -14 src/usr.sbin/mtest/mtest.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message