]> git.puffer.fish Git - matthieu/frr.git/commit
watchfrr: immediately try connecting after start
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 30 Nov 2018 16:56:04 +0000 (17:56 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 6 Dec 2018 22:05:42 +0000 (23:05 +0100)
commit75f8b0e41b500b02675222515f3173c4effebdfe
treef4ecd44103cddaf92ab95c72ef87ebaab75d0fd6
parentc0e5cb5271d1c547b5d789a10c9c973599335278
watchfrr: immediately try connecting after start

When we make a call to (re)start some daemon(s), we can immediately try
connecting to its VTY socket after the script completes.  If the daemon
started correctly, this will always succeed since the start script only
returns after daemon startup is complete.

Among other things, this reduces the delay to "startup complete"
notification at initial watchfrr start.

Signed-off-by: David Lamparter <equinox@diac24.net>
watchfrr/watchfrr.c