summaryrefslogtreecommitdiff
path: root/bfdd/dplane.c
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@opensourcerouting.org>2024-07-16 15:50:16 -0300
committerRafael Zalamena <rzalamena@opensourcerouting.org>2024-07-25 10:37:11 -0300
commit88a9aa9c6bec8049b36212fa3eb48b357b03b83a (patch)
tree89001b7e1bed55e5c57aeae671213c494ef89b0b /bfdd/dplane.c
parent7ccd9cab303b801421d8f4ee8c7001394239665e (diff)
bfdd: remove control socket obsolete code
Let's remove the obsolete BFD control socket. If the functionality is needed then YANG/northbound notifications / getting should be used instead. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'bfdd/dplane.c')
-rw-r--r--bfdd/dplane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfdd/dplane.c b/bfdd/dplane.c
index d8539812e0..7f55f34073 100644
--- a/bfdd/dplane.c
+++ b/bfdd/dplane.c
@@ -354,7 +354,7 @@ bfd_dplane_session_state_change(struct bfd_dplane_ctx *bdc,
bs->remote_timers.required_min_echo = ntohl(state->required_echo_rx);
/* Notify and update counters. */
- control_notify(bs, bs->ses_state);
+ ptm_bfd_notify(bs, bs->ses_state);
/* No state change. */
if (old_state == bs->ses_state)