]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: improve bgp convergence, with bfd up
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 15 Apr 2019 08:31:10 +0000 (10:31 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 18 Apr 2019 14:11:51 +0000 (16:11 +0200)
commit5172851960576252a9a427b8bcec12b3595561ef
tree9bc4640956db83d05fccb301adba4b1616e3734f
parent3c7940063b40250354cccc6b582a81d10a5a4261
bgpd: improve bgp convergence, with bfd up

Bgp periodically tries to reconnect, while the connection
is down. When bfd event comes up, BGP is not aware that bfd connection
is up, then BGP can not adapt its reconnection timer. The modification
is here to force BGP to restart, when BFD event comes up, and BGP has
not yet established.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_bfd.c