mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 08:50:26 +00:00
Merge pull request #13077 from FRRouting/mergify/bp/stable/8.5/pr-13073
staticd: Tell bfd that we are shutting down (backport #13073)
This commit is contained in:
commit
b157d367f1
@ -77,6 +77,9 @@ static void sigint(void)
|
||||
{
|
||||
zlog_notice("Terminating on signal");
|
||||
|
||||
/* Disable BFD events to avoid wasting processing. */
|
||||
bfd_protocol_integration_set_shutdown(true);
|
||||
|
||||
static_vrf_terminate();
|
||||
|
||||
static_zebra_stop();
|
||||
|
Loading…
Reference in New Issue
Block a user