Dirk Ziegelmeier c7c6b7ce93 Rework IGMP and MLD6 code to store group info per-netif.
Reasoning:
- Makes code in single-netif case perform better and smaller
- IGMP / MLD6 code is a little bit easier to read and understand
- Easier to get multicast groups per netif when implementing drivers

Downside: In multi-netif mode, there are two more pointers on each netif, even if IGMP/MLD6 is not used on it. But these systems should not be so memory-constrained that this will matter.
2016-09-21 13:33:33 +02:00
..
2016-09-06 12:30:15 +02:00
2016-09-21 12:37:31 +02:00
2016-08-25 22:23:11 +02:00
2016-08-03 20:21:54 +02:00