Date: Sun, 23 Apr 2000 13:24:51 -0400 (EDT) From: Robert Watson <rwatson@freebsd.org> To: Bill Fenner <fenner@research.att.com> Cc: dmlb@ragnet.demon.co.uk, freebsd-hackers@freebsd.org Subject: Re: Help with SIOCADDMULTI, IFF_ALLMULTI and IFF_PROMISC Message-ID: <Pine.NEB.3.96L.1000423132326.3461C-100000@fledge.watson.org> In-Reply-To: <200004212325.QAA24912@windsor.research.att.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 21 Apr 2000, Bill Fenner wrote: > >What should I do when I see ALLMULTI? > > You should go promiscuous to multicast. If the card doesn't support > that, you should go fully promiscuous and drop unicasts that aren't > to you. (Make sure you don't block packets that bpf is going to > want to see). Also, if you want bridging support, you have to bridge before doing the filtering. Really, the filtering on ``appropriateness'' should only occur when the packet is about to enter ether_input(). Speaking of which, I'd really like to see bridge support getting added to all new NIC drivers from now on. However, the current bridge interface leaves something to be desired... Robert N M Watson robert@fledge.watson.org http://www.watson.org/~robert/ PGP key fingerprint: AF B5 5F FF A6 4A 79 37 ED 5F 55 E9 58 04 6A B1 TIS Labs at Network Associates, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1000423132326.3461C-100000>