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:
Jafar Al-Gharaibeh 2023-03-21 20:36:05 -05:00 committed by GitHub
commit b157d367f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();