mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 10:54:47 +00:00
bgpd: remove extra hold-timer reset
Handler function doesn't need to reset the hold timer, this is done during the FSM update. Signed-off-by: Quentin Young <qlyoung@nvidia.com>
This commit is contained in:
parent
eac139f8f2
commit
765b07d9ff
@ -1775,10 +1775,6 @@ static int bgp_update_receive(struct peer *peer, bgp_size_t size)
|
||||
|
||||
peer->update_time = bgp_clock();
|
||||
|
||||
/* Rearm holdtime timer */
|
||||
BGP_TIMER_OFF(peer->t_holdtime);
|
||||
bgp_timer_set(peer);
|
||||
|
||||
return Receive_UPDATE_message;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user