sonic-buildimage/dockers/docker-fpm-frr/frr
judyjoseph c15b5ea339 To decrease the Connect Retry Timer from default value which is 120sec to 10 sec. (#7087)
Why I did it
It was observed that on a multi-asic DUT bootup, the BGP internal sessions between ASIC's was taking more time to get ESTABLISHED than external BGP sessions. The internal sessions was coming up almost exactly 120 secs later.

In multi-asic platform the bgp dockers ( which is per ASIC ) on switch start are bring brought up around the same time and they try to make the bgp sessions with neighbors (in peer ASIC's) which may be not be completely up. This results in BGP connect fail and the retry happens after 120sec which is the default Connect Retry Timer

How I did it
Add the command to set the bgp neighboring session retry timer to 10sec for internal bgp neighbors.
2021-03-17 23:16:44 -07:00
..
bgpd To decrease the Connect Retry Timer from default value which is 120sec to 10 sec. (#7087) 2021-03-17 23:16:44 -07:00
common Skip vnet-vxlan interfaces from generating networks (#5251) 2020-09-03 15:49:59 -07:00
staticd [bgpcfgd]: Split one bgp mega-template to chunks. (#4143) 2020-04-25 09:41:28 +00:00
zebra [bgp]: Enable next-hop-tracking through default (#5600) 2020-10-13 22:42:29 -07:00
frr_vars.j2 [frr] Reduce Calls to SONiC Cfggen (#5176) 2020-12-22 09:51:54 -08:00
frr.conf.j2 [bgpcfgd]: Split one bgp mega-template to chunks. (#4143) 2020-04-25 09:41:28 +00:00
isolate.j2 [bgpcfgd]: Split one bgp mega-template to chunks. (#4143) 2020-04-25 09:41:28 +00:00
unisolate.j2 [bgpcfgd]: Split one bgp mega-template to chunks. (#4143) 2020-04-25 09:41:28 +00:00