]> git.puffer.fish Git - mirror/frr.git/commit
tools: don't watch nonexistent daemons
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 21 Dec 2018 16:00:42 +0000 (17:00 +0100)
committerDavid Lamparter <equinox@diac24.net>
Fri, 18 Jan 2019 14:42:57 +0000 (15:42 +0100)
commit29a64c0fd5be6ade4c8e5eeb094422be5e7c6043
tree223688232588d683c37aace9d303e8c656c8cbe6
parent89dee5cc623926af29dbf6f001255b01c05ff5f8
tools: don't watch nonexistent daemons

If we try to monitor a nonexisting daemon in watchfrr, it will
(currently) forever wait at startup since the vty connection will never
come up.  Just drop the daemon from the daemon list in such a case.

Signed-off-by: David Lamparter <equinox@diac24.net>
tools/frrcommon.sh.in