diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2021-05-06 14:17:11 +0200 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-05-07 11:03:57 +0200 |
commit | c97b34cf1a4b10afbb3542507de701fb74e93fcb (patch) | |
tree | d38588e8c4219b62d494eb559740d8ca596c7640 /ospfd/ospfd.c | |
parent | isisd: fix bfd config output (diff) | |
download | frr-c97b34cf1a4b10afbb3542507de701fb74e93fcb.tar.xz frr-c97b34cf1a4b10afbb3542507de701fb74e93fcb.zip |
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 'ospfd/ospfd.c')
-rw-r--r-- | ospfd/ospfd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c index faec868b2..c54b19f59 100644 --- a/ospfd/ospfd.c +++ b/ospfd/ospfd.c @@ -648,7 +648,6 @@ void ospf_terminate(void) if (listcount(om->ospf) == 0) goto done; - bfd_gbl_exit(); for (ALL_LIST_ELEMENTS(om->ospf, node, nnode, ospf)) ospf_finish(ospf); |