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
[EMAIL PROTECTED] 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message