From owner-cvs-usrsbin Thu May 28 00:37:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20327 for cvs-usrsbin-outgoing; Thu, 28 May 1998 00:37:23 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20272; Thu, 28 May 1998 00:37:08 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA20631; Thu, 28 May 1998 00:31:31 -0700 (PDT) Date: Thu, 28 May 1998 00:31:31 -0700 (PDT) Message-Id: <199805280731.AAA20631@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/mtest mtest.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 :-) Revision Changes Path 1.4 +33 -14 src/usr.sbin/mtest/mtest.c