]> git.hungrycats.org Git - linux/commit
bridge: fix switched interval for MLD Query types
authorLinus Lüssing <linus.luessing@web.de>
Sun, 16 Jun 2013 21:20:34 +0000 (23:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 28 Jul 2013 23:25:53 +0000 (16:25 -0700)
commitd7c32026de3aca01d487f0b4134dad800e72f987
tree770247acc18a071894d3d19442e30d32b9b73152
parentade18c113ba4fb425969852f49e0dd6eb67dd3e5
bridge: fix switched interval for MLD Query types

[ Upstream commit 32de868cbc6bee010d2cee95b5071b25ecbec8c3 ]

General Queries (the one with the Multicast Address field
set to zero / '::') are supposed to have a Maximum Response Delay
of [Query Response Interval], while for Multicast-Address-Specific
Queries it is [Last Listener Query Interval] - not the other way
round. (see RFC2710, section 7.3+7.8)

Signed-off-by: Linus Lüssing <linus.luessing@web.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/bridge/br_multicast.c