Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
igmp: Avoid zero delay when receiving odd mixture of IGMP queries
Commit 5b7c840 ('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: Simon McVittie <[email protected]> References: http://bugs.debian.org/654876 Signed-off-by: Ben Hutchings <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information