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
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
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
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
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