summaryrefslogtreecommitdiffstats
path: root/isisd/isis_zebra.c
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-05-06 13:44:05 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2021-05-07 11:03:57 +0200
commit13bf38300e45ac074c3c48fb0d278e9e44eb135e (patch)
treeaaf9d4907b6968fa5b26ec0ecd2232a048c0f5a2 /isisd/isis_zebra.c
parentMerge pull request #8581 from qlyoung/bgp-fix-last-reset-buffer-size (diff)
downloadfrr-13bf38300e45ac074c3c48fb0d278e9e44eb135e.tar.xz
frr-13bf38300e45ac074c3c48fb0d278e9e44eb135e.zip
isisd: rework BFD integration
Rewrite the BFD integration code to use the new library. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'isisd/isis_zebra.c')
-rw-r--r--isisd/isis_zebra.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/isisd/isis_zebra.c b/isisd/isis_zebra.c
index 90959eb98..4bd42ead8 100644
--- a/isisd/isis_zebra.c
+++ b/isisd/isis_zebra.c
@@ -37,6 +37,7 @@
#include "nexthop.h"
#include "vrf.h"
#include "libfrr.h"
+#include "bfd.h"
#include "isisd/isis_constants.h"
#include "isisd/isis_common.h"
@@ -730,6 +731,7 @@ static void isis_zebra_connected(struct zclient *zclient)
zclient_register_opaque(zclient, LDP_RLFA_LABELS);
zclient_register_opaque(zclient, LDP_IGP_SYNC_IF_STATE_UPDATE);
zclient_register_opaque(zclient, LDP_IGP_SYNC_ANNOUNCE_UPDATE);
+ bfd_client_sendmsg(zclient, ZEBRA_BFD_CLIENT_REGISTER, VRF_DEFAULT);
}
/*