]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: config connect timer is not applied immediately for peers in non-established... 7449/head
authorsudhanshukumar22 <sudhanshu.kumar@broadcom.com>
Wed, 4 Nov 2020 05:21:42 +0000 (21:21 -0800)
committersudhanshukumar22 <sudhanshu.kumar@broadcom.com>
Tue, 2 Feb 2021 10:25:14 +0000 (02:25 -0800)
commit91de6fa22c2039e5c86c6ae6267070debf0e1dd6
tree8037e3a5e79419c59641612cac2d8af7f2d720af
parent4912deafad9f5af79adc897e7d80becdbb67926d
bgpd: config connect timer is not applied immediately for peers in non-established state.

Description:
When user is config connect timer, it doesn't reflect
immediately. It reflect when next time neighbor is tried to reconnect.

Problem Description/Summary :
When user is config connect timer, it doesn't reflect
The network connection was aborted by the local system.d to reconnect.
Fix is to update the connect timer immediately if BGP
    session is not in establish state.

Expected Behavior :
If neighbor is not yet established, we should immediately apply the config connect timer to the peer.

Signed-off-by: sudhanshukumar22 <sudhanshu.kumar@broadcom.com>
bgpd/bgpd.c