https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224116
--- Comment #16 from Eric Joyner <e...@freebsd.org> --- We identified a bug in ixl(4) where multicast frames weren't being received in tcpdump because the driver wasn't setting a multicast promiscuous setting correctly. The fix (along with other updates) should be going into HEAD for that shortly, but that doesn't fix the issue with the multicast addresses not being in the filter list. Does anyone know if something adds them to the interface's multicast address list in struct ifnet? If nothing does that, then the driver might have to just add them to filter list by default... -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"