ipv6: add support for NETDEV_RESEND_IGMP event
This patch adds support for NETDEV_RESEND_IGMP event similar to how it works for IPv4. Signed-off-by: Vladislav Yasevich <vyasevic@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
25501837d8
commit
382ed72480
@@ -439,8 +439,10 @@ void ndisc_update(const struct net_device *dev, struct neighbour *neigh,
|
||||
* IGMP
|
||||
*/
|
||||
int igmp6_init(void);
|
||||
int igmp6_late_init(void);
|
||||
|
||||
void igmp6_cleanup(void);
|
||||
void igmp6_late_cleanup(void);
|
||||
|
||||
int igmp6_event_query(struct sk_buff *skb);
|
||||
|
||||
|
Reference in New Issue
Block a user