From: Hangbin Liu <[email protected]>
Date: Thu, 21 Jun 2018 19:49:36 +0800
> After recieving MLD querys, we update idev->mc_maxdelay with max_delay
> from query header. This make the later unsolicited reports have the same
> interval with mc_maxdelay, which means we may send unsolicited reports with
> long interval time instead of default configured interval time.
>
> Also as we will not call ipv6_mc_reset() after device up. This issue will
> be there even after leave the group and join other groups.
>
> Fixes: fc4eba58b4c14 ("ipv6: make unsolicited report intervals configurable
> for mld")
> Signed-off-by: Hangbin Liu <[email protected]>
Applied and queued up for -stable, thank you.