]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: fix incorrect keepalive timer evaluation
authorQuentin Young <qlyoung@qlyoung.net>
Wed, 21 Feb 2018 17:01:34 +0000 (12:01 -0500)
committerQuentin Young <qlyoung@qlyoung.net>
Wed, 21 Feb 2018 18:40:13 +0000 (13:40 -0500)
commitb576c464ea1fa53f574efc9516a0f87343d48ee7
tree40aadf0d785df5e155f1d667575bc699bcfdff6e
parent967aceb16b956384e2ca58322569bc376ae41218
bgpd: fix incorrect keepalive timer evaluation

Incorrect check for sentinel value effectively caused peers to sometimes
use the keepalive timer value of other peers, which sometimes led to
hold timer expiry.

Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
bgpd/bgp_keepalives.c