diff options
author | Louis Scalbert <louis.scalbert@6wind.com> | 2023-01-23 13:33:22 +0100 |
---|---|---|
committer | Louis Scalbert <louis.scalbert@6wind.com> | 2023-01-24 16:08:26 +0100 |
commit | f6e7fbdae9660d7abbb344b5e19fc68fb87bda78 (patch) | |
tree | fa1972555a341326fba46b85ebac6e9f215731e9 /lib/bfd.h | |
parent | lib: do not reopen a zclient socket for bfd (diff) | |
download | frr-f6e7fbdae9660d7abbb344b5e19fc68fb87bda78.tar.xz frr-f6e7fbdae9660d7abbb344b5e19fc68fb87bda78.zip |
lib: remove concurrent nexthop zapi (un)registration
Daemons like staticd already implement nexthop zapi (un)registration.
b7ca809d1c ("lib: BFD automatic source selection") has implemented a
concurrent nexthop (un)registration. Some nexthop could be unregistred
by the bfd whereas they were still needed by the daemon.
Let the deamons deal with nexthop zapi (un)registration.
Fixes: b7ca809d1c ("lib: BFD automatic source selection")
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
Diffstat (limited to 'lib/bfd.h')
-rw-r--r-- | lib/bfd.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -473,8 +473,6 @@ extern bool bfd_protocol_integration_debug(void); */ extern bool bfd_protocol_integration_shutting_down(void); -extern void bfd_nht_zclient_connected(struct zclient *zclient); - /* Update nexthop-tracking (nht) information for BFD auto source selection. * The function must be called from the daemon callback function * that deals with the ZEBRA_NEXTHOP_UPDATE zclient command |