Commit cef2e35d authored by Jan Oravec's avatar Jan Oravec Committed by David S. Miller

[IPV6]: Deactivate timers properly in ipv6_mc_destroy_dev().

parent 4c744fb0
......@@ -2029,6 +2029,9 @@ void ipv6_mc_destroy_dev(struct inet6_dev *idev)
struct ifmcaddr6 *i;
struct in6_addr maddr;
/* Deactivate timers */
ipv6_mc_down(idev);
/* Delete all-nodes address. */
ipv6_addr_all_nodes(&maddr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment