Re: 802.1q and multicasting

2001-07-19 Thread Bill Fenner
Sorry, no, I can't answer these problems. I'm still working on getting multicast completely working. Bill To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: 802.1q and multicasting

2001-07-19 Thread Mike Tancsa
On 18 Jul 2001 11:53:46 -0400, in sentex.lists.freebsd.net you wrote: > >The vlan driver doesn't set up the multicast filters correctly on >the underlying interface. I've got a patch sitting in my CVS tree >that I should probably just commit... Hi, On a different issue, do you have any

Re: 802.1q and multicasting

2001-07-18 Thread Bill Fenner
Actually, I guess I *did* commit them, in -current. I will look at merging them next week. Bill To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: 802.1q and multicasting

2001-07-18 Thread Bill Fenner
The vlan driver doesn't set up the multicast filters correctly on the underlying interface. I've got a patch sitting in my CVS tree that I should probably just commit... Bill To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

802.1q and multicasting

2001-07-14 Thread Daniel C. Sobral
I discovered a curious problem while trying to set up some firewalls. I do not receive multicast packets through 802.1q (vlan tagging) unless I'm doing a tcpdump on the interface. My first thought was that this was promiscuous mode-related, but I tried calling ifpromisc() from if_up() on sys/net/i