[IPV4]: Fix IGMP device reference counting.
1) Check indev->dead instead of IFF_UP 2) Add missing ip_mc_down() call to ip_mc_destroy_dev(). Based upon a report from Willy Tarreau.
Showing
Please register or sign in to comment
1) Check indev->dead instead of IFF_UP 2) Add missing ip_mc_down() call to ip_mc_destroy_dev(). Based upon a report from Willy Tarreau.