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 /pimd/pimd.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 'pimd/pimd.c')
| -rw-r--r-- | pimd/pimd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pimd/pimd.c b/pimd/pimd.c index 1679480794..38e7273945 100644 --- a/pimd/pimd.c +++ b/pimd/pimd.c @@ -29,6 +29,7 @@ #include "jhash.h" #include "vrf.h" #include "lib_errors.h" +#include "bfd.h" #include "pimd.h" #include "pim_cmd.h" @@ -137,6 +138,8 @@ void pim_terminate(void) { struct zclient *zclient; + bfd_protocol_integration_set_shutdown(true); + /* reverse prefix_list_init */ prefix_list_add_hook(NULL); prefix_list_delete_hook(NULL); |
