mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-30 03:19:11 +00:00
Merge pull request #14624 from FRRouting/mergify/bp/dev/9.1/pr-14618
watchfrr: Extend ignore option to daemon being killed (backport #14618)
This commit is contained in:
commit
a0cfc4fc75
@ -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