mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-24 08:42:43 +00:00
pimd: fix igmp user config
user config should go ahead no matter it is a query router or not Signed-off-by: ron <lyq140hf2006@163.com>
This commit is contained in:
parent
4f037a39f2
commit
851a91b80a
@ -371,14 +371,6 @@ static void igmp_sock_query_interval_reconfig(struct igmp_sock *igmp)
|
||||
struct pim_interface *pim_ifp;
|
||||
|
||||
assert(igmp);
|
||||
|
||||
/* other querier present? */
|
||||
|
||||
if (igmp->t_other_querier_timer)
|
||||
return;
|
||||
|
||||
/* this is the querier */
|
||||
|
||||
assert(igmp->interface);
|
||||
assert(igmp->interface->info);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user