X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=staticd%2Fstatic_main.c;h=0d0de7e8d317b34423f68266d815966d2624c9b4;hb=7a185ac85e138f411288fca7a9c9d1325a139bc9;hp=bc501b3d6947c38888b6eee1d39c160896a25742;hpb=55cf5ea672580193a9d419486b7bda2df1186cd4;p=mirror_frr.git diff --git a/staticd/static_main.c b/staticd/static_main.c index bc501b3d6..0d0de7e8d 100644 --- a/staticd/static_main.c +++ b/staticd/static_main.c @@ -64,6 +64,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();