]> git.proxmox.com Git - mirror_frr.git/commit - lib/zclient.c
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)
committerRenato Westphal <renato@opensourcerouting.org>
Wed, 14 Dec 2016 20:24:57 +0000 (18:24 -0200)
commitb0e67bb01964bd45e40d478eaca262619759e8f4
tree3d747649816512c79097c02e87e10519909c55cf
parent88d88a9c7a8e1c6f361d154986e512d7a617c4ff
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