diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1997-07-15 23:25:32 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1997-07-15 23:25:32 +0000 |
| commit | 7f33a738c14a198d28a7e706722408ceb2d1d388 (patch) | |
| tree | 0f1a03f5266e9e7a3185c5cdda551ae9f31d1fb2 /sys/net/if_ethersubr.c | |
| parent | 87fc08e0db7a610821d8c1e35f504382f88b5270 (diff) | |
Notes
Diffstat (limited to 'sys/net/if_ethersubr.c')
| -rw-r--r-- | sys/net/if_ethersubr.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 48295aece561..13be40341aa8 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_ethersubr.c 8.1 (Berkeley) 6/10/93 - * $Id: if_ethersubr.c,v 1.34 1997/03/24 11:33:11 bde Exp $ + * $Id: if_ethersubr.c,v 1.35 1997/05/10 10:01:31 jhay Exp $ */ #include <sys/param.h> @@ -792,6 +792,9 @@ ether_resolvemulti(ifp, llsa, sa) switch(sa->sa_family) { case AF_LINK: + /* + * No mapping needed. Just check that it's a valid MC address. + */ sdl = (struct sockaddr_dl *)sa; e_addr = LLADDR(sdl); if ((e_addr[0] & 1) != 1) |
