diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-05-06 15:17:11 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-05-07 12:03:57 +0300 |
| commit | c97b34cf1a4b10afbb3542507de701fb74e93fcb (patch) | |
| tree | d38588e8c4219b62d494eb559740d8ca596c7640 /bgpd/bgp_main.c | |
| parent | 081f9b29dfe6adcbcb5f1e285602f83fa6776800 (diff) | |
lib: remove old bfd library
This commit also adds missing `bfd_protocol_integration_set_shutdown` to
ospf6d and pimd.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'bgpd/bgp_main.c')
| -rw-r--r-- | bgpd/bgp_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index 995917b6bd..ddc5c61ee7 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -197,8 +197,6 @@ static __attribute__((__noreturn__)) void bgp_exit(int status) frr_early_fini(); - bfd_gbl_exit(); - bgp_close(); bgp_default = bgp_get_default(); |
