]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix incorrect keepalive timer evaluation 1772/head
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 17:15:17 +0000 (12:15 -0500)
commit2ccf91b10848bed00f3424ac276f8549609791d4
treecc24f24bef9f4b9f1939993db520b8f457c114c1
parent4298f5e937a1fa689047697395f8b741fb9b3d15
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