summaryrefslogtreecommitdiffstats
path: root/pimd/pim_neighbor.h
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@opensourcerouting.org>2021-04-12 18:48:21 +0200
committerRafael Zalamena <rzalamena@opensourcerouting.org>2021-04-23 14:28:57 +0200
commit1f3e6bf585ac9dcf5a94597c6c44c8aa967393ee (patch)
treeaa6eeb1eadfc9e0ff38a7d1e75a3d332c0df7f70 /pimd/pim_neighbor.h
parentlib: fix possible crash on BFD notification (diff)
downloadfrr-1f3e6bf585ac9dcf5a94597c6c44c8aa967393ee.tar.xz
frr-1f3e6bf585ac9dcf5a94597c6c44c8aa967393ee.zip
pimd: rework BFD integration
Rewrite the BFD integration code to use the new library. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_neighbor.h')
-rw-r--r--pimd/pim_neighbor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_neighbor.h b/pimd/pim_neighbor.h
index a4f2e10c8..b461098a6 100644
--- a/pimd/pim_neighbor.h
+++ b/pimd/pim_neighbor.h
@@ -43,7 +43,7 @@ struct pim_neighbor {
struct thread *jp_timer;
struct list *upstream_jp_agg;
- struct bfd_info *bfd_info;
+ struct bfd_session_params *bfd_session;
};
void pim_neighbor_timer_reset(struct pim_neighbor *neigh, uint16_t holdtime);