Re: Use per-interface list in IFP_TO_IA()

2014-01-07 Thread Mike Belopuhov
On 7 January 2014 11:31, Martin Pieuchot wrote: > Now that joining an IPv4 multicast group does not require a > pre-configured address, we can safely convert this macro to > iterate over the local list of addresses. > > I already got oks from bluhm@ and henning@ in the past, but > this diff was br

Use per-interface list in IFP_TO_IA()

2014-01-07 Thread Martin Pieuchot
Now that joining an IPv4 multicast group does not require a pre-configured address, we can safely convert this macro to iterate over the local list of addresses. I already got oks from bluhm@ and henning@ in the past, but this diff was breaking some carp setups, so I appreciate any new tests and o