Skip to content
Commit a8c1f65c authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

igmp: Avoid zero delay when receiving odd mixture of IGMP queries

Commit 5b7c8406

 ('ipv4: correct IGMP
behavior on v3 query during v2-compatibility mode') added yet another
case for query parsing, which can result in max_delay = 0.  Substitute
a value of 1, as in the usual v3 case.

Reported-by: default avatarSimon McVittie <smcv@debian.org>
References: http://bugs.debian.org/654876


Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e5686ad8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment