ipv6: mcast: fix unsolicited report interval after receiving querys
authorHangbin Liu <liuhangbin@gmail.com>
Thu, 21 Jun 2018 11:49:36 +0000 (19:49 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 Jun 2018 01:27:45 +0000 (10:27 +0900)
commit6c6da92808442908287fae8ebb0ca041a52469f4
treed824de92c95c576c17c2f397a0e318cd76a4fb51
parentb8f1f65882f07913157c44673af7ec0b308d03eb
ipv6: mcast: fix unsolicited report interval after receiving querys

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 <liuhangbin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/mcast.c