On Fri, 2008-09-19 at 22:00 -0400, Sebastien.Roy at Sun.COM wrote: > Author: Sebastien Roy <Sebastien.Roy at Sun.COM> > Changeset: 7663:97201df6a337 > Comments: > 6749628 ipv6 multicast traffic from remote host not visible via ipnet
I've saved the webrev for this change at: http://zhadum/ws/seb/seb-ipobs/webrev.multicast/ The fix is to enable allmulti for DL_PROMISC_MULTI or DL_PROMISC_PHYS. While I was in there, I also noticed that we never call ip_leave_allmulti() on close, and I've fixed that too. -Seb
