From: Ben Hutchings <hidden> Date: 2012-01-09 22:04:32
Commit 5b7c84066733c5dfb0e4016d939757b38de189e4 ('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 <redacted>
References: http://bugs.debian.org/654876
Signed-off-by: Ben Hutchings <redacted>
---
net/ipv4/igmp.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
From: David Miller <davem@davemloft.net> Date: 2012-01-09 22:07:22
From: Ben Hutchings <redacted>
Date: Mon, 9 Jan 2012 22:04:28 +0000
Commit 5b7c84066733c5dfb0e4016d939757b38de189e4 ('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 <redacted>
References: http://bugs.debian.org/654876
Signed-off-by: Ben Hutchings <redacted>
From: Ben Hutchings <hidden> Date: 2012-01-10 00:23:21
On Mon, 2012-01-09 at 22:04 +0000, Ben Hutchings wrote:
Commit 5b7c84066733c5dfb0e4016d939757b38de189e4 ('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.