mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 10:04:18 +00:00
Merge pull request #14618 from donaldsharp/watchfrr_extend
watchfrr: Extend ignore option to daemon being killed
This commit is contained in:
commit
2775d2263a
@ -600,6 +600,9 @@ static void daemon_restarting_operational(struct event *thread)
|
|||||||
|
|
||||||
static void daemon_down(struct daemon *dmn, const char *why)
|
static void daemon_down(struct daemon *dmn, const char *why)
|
||||||
{
|
{
|
||||||
|
if (dmn->ignore_timeout)
|
||||||
|
return;
|
||||||
|
|
||||||
if (IS_UP(dmn) || (dmn->state == DAEMON_INIT))
|
if (IS_UP(dmn) || (dmn->state == DAEMON_INIT))
|
||||||
flog_err(EC_WATCHFRR_CONNECTION, "%s state -> down : %s",
|
flog_err(EC_WATCHFRR_CONNECTION, "%s state -> down : %s",
|
||||||
dmn->name, why);
|
dmn->name, why);
|
||||||
|
Loading…
Reference in New Issue
Block a user