Skip to content

Commit

Permalink
Merge pull request #15953 from FRRouting/mergify/bp/stable/9.1/pr-15846
Browse files Browse the repository at this point in the history
ospfd: fix the bug where ip_ospf_dead-interval_minimal_hello-multiplier did not reset hello timer (backport #15846)
  • Loading branch information
ton31337 committed May 8, 2024
2 parents 325a061 + 5001b8c commit 5fa2977
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ospfd/ospf_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 5fa2977

Please sign in to comment.