Re: [PATCH net] ipv6: mcast: fix unsolicited report interval after receiving querys

2018-06-22 Thread David Miller
From: Hangbin Liu 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

[PATCH net] ipv6: mcast: fix unsolicited report interval after receiving querys

2018-06-21 Thread Hangbin Liu
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 wil