commit | 5a37e8ca8536c47871d46c82211f399adf06fd44 | [log] [tgz] |
---|---|---|
author | Flavio Leitner <fleitner@redhat.com> | Tue Oct 05 14:23:57 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 05 20:26:56 2010 -0700 |
tree | a691902b909171122ebaa51412165051c54a2a85 | |
parent | a8bb69f78194dc483f6c4a4bf8860c1ede35fa25 [diff] |
bonding: rejoin multicast groups on VLANs During a failover, the IGMP membership is sent to update the switch restoring the traffic, but it misses groups added to VLAN devices running on top of bonding devices. This patch changes it to iterate over all VLAN devices on top of it sending IGMP memberships too. Signed-off-by: Flavio Leitner <fleitner@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>