]> git.proxmox.com Git - mirror_frr.git/commit
lib: Partial Revert of 4ecc09d and modify zclient connect behavior
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 12 Dec 2016 12:59:16 +0000 (07:59 -0500)
committerLou Berger <lberger@labn.net>
Mon, 2 Jan 2017 20:13:32 +0000 (15:13 -0500)
commitff9eb96a93cdb5509a45f84bc557eb6dc9122c27
tree470258bf55e4c5f2f1ef43cec5256f4ae5e53ef2
parent7bae2fb913ed56e3e559c8fbec2be7f0f85c60c2
lib: Partial Revert of 4ecc09d and modify zclient connect behavior

Commit 43cc09d has been shown to cause several issues with clients
connecting.

Partial revert, since I wanted to keep the debug logs added
for that commit, as well remove the piece of code that
stops attempting to connect to zebra.  If we've failed
a bunch of times, there is nothing wrong with continuing
to do so once every 60 seconds.  I've debug guarded
the connect failure for those people running bgp
without zebra.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
lib/zclient.c