> > 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.
Looks good, but shouldn't we change ill_leave_allmulti() to return void? Also, why are addrlen/addroff still declared in ill_leave_allmulti()? -- meem
