From owner-cvs-all Wed May 2 9:13: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AEA737B424; Wed, 2 May 2001 09:13:00 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42GCxA40662; Wed, 2 May 2001 09:12:59 -0700 (PDT) (envelope-from fenner) Message-Id: <200105021612.f42GCxA40662@freefall.freebsd.org> From: Bill Fenner Date: Wed, 2 May 2001 09:12:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.c if_vlan.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2001/05/02 09:12:59 PDT Modified files: sys/net if_ethersubr.c if_vlan.c Log: Get IP multicast working on VLAN devices: - Allocate zeroed memory in ether_resolvemulti() to prevent equal() from comparing garbage and determining that two otherwise-equal sockaddr_dls are different. - Fill in all required fields of the sockaddr_dl - Actually copy the multicast address into the sockaddr_dl when calling if_addmulti() - Don't claim that we don't have a way to resolve layer 3 addresses into layer 2 addresses; use the ethernet way. Revision Changes Path 1.93 +3 -7 src/sys/net/if_ethersubr.c 1.27 +5 -2 src/sys/net/if_vlan.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message