From: Vladislav Yasevich <vyasev...@gmail.com> Date: Tue, 28 Mar 2017 14:49:16 -0400
> This patch adds support for NETDEV_RESEND_IGMP event similar > to how it works for IPv4. > > Signed-off-by: Vladislav Yasevich <vyase...@redhat.com> Applied, but: > +void igmp6_late_cleanup(void) > +{ > + unregister_netdevice_notifier(&igmp6_netdev_notifier); > +} > + > -- > 2.7.4 > Do not add empty lines at the end of files like this. Thanks.