]> 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@opensourcerouting.org>
Fri, 21 Dec 2018 16:29:03 +0000 (17:29 +0100)
commitcc3d2ab46f24c7492ad2ef1297e8004bc88aaac6
tree065436f413fa6206dee932844b5eed170738fe1b
parent7d00d659b9782952cccd142aa6b5434b0b38cd06
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