]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: IGMPv2 query timer gets delayed in a scenario
authorMobashshera Rasool <mrasool@vmware.com>
Tue, 17 Aug 2021 07:24:30 +0000 (00:24 -0700)
committerMobashshera Rasool <mrasool@vmware.com>
Tue, 17 Aug 2021 07:24:30 +0000 (00:24 -0700)
commitccfc58caaeb06c34d6ffeb61c27da83d316c9eaa
tree171439c994523229e3ef20391efef022e67f7b09
parent1f332cb0b2785434a4eebf91d4087e5a5e303b23
pimd: IGMPv2 query timer gets delayed in a scenario

Problem Statement:
==================
IGMP query is sent at irregular intervals
(more than 30 seconds) when "ip igmp query-max-response-time 100"
command is executed multiple times.

RCA:
=================
When "ip igmp query-max-response-time 100" is executed, the timers
are reset resulting in the delay of sending the query.

Fix:
=================
When there is no change in the config value, we should not reset
the timers.

Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
pimd/pim_nb_config.c