CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2013/10/14 05:07:43

Modified files:
        sys/netinet    : igmp.c in_var.h 
        sys/netinet6   : in6_var.h mld6.c 

Log message:
Change the macros used to iterate over the multicast records of an
interface to not depend on the global list of addresses.

For IPv4 the IP_TO_IA() macro still depends on the global list of
addresses because we want to be sure to grab the first configured
address of an interface, where the records are linked.

Tested by sthen@, ok henning@

Reply via email to