]> git.proxmox.com Git - mirror_frr.git/blobdiff - staticd/static_main.c
Merge pull request #12603 from opensourcerouting/fix/deprecate_bgp_stuff_some
[mirror_frr.git] / staticd / static_main.c
index 6051b2df1c8febc3c5acd24620a8e4f2c91bf6be..79686158cf75775d7dfbe2e988930381cbfa4965 100644 (file)
@@ -44,7 +44,6 @@ char backup_config_file[256];
 
 bool mpls_enabled;
 
-
 zebra_capabilities_t _caps_p[] = {
 };
 
@@ -80,6 +79,7 @@ static void sigint(void)
 
        static_vrf_terminate();
 
+       static_zebra_stop();
        frr_fini();
 
        exit(0);