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)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Jun 2013 00:11:22 +0000 (17:11 -0700)
commit32de868cbc6bee010d2cee95b5071b25ecbec8c3
tree4732265c9470bf469793c090eaa844f972a3bceb
parent788dfcacacfbdd51f9c92065bd8e136686f07a29
bridge: fix switched interval for MLD Query types

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>
net/bridge/br_multicast.c