mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 16:04:49 +00:00
Merge pull request #15953 from FRRouting/mergify/bp/stable/9.1/pr-15846
ospfd: fix the bug where ip_ospf_dead-interval_minimal_hello-multiplier did not reset hello timer (backport #15846)
This commit is contained in:
commit
5fa2977d1e
@ -8266,6 +8266,8 @@ static int ospf_vty_dead_interval_set(struct vty *vty, const char *interval_str,
|
||||
ospf_nbr_timer_update(oi);
|
||||
}
|
||||
|
||||
if (params->fast_hello != OSPF_FAST_HELLO_DEFAULT)
|
||||
ospf_reset_hello_timer(ifp, addr, false);
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user