summaryrefslogtreecommitdiff
path: root/lib/bfd.c
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-11-15 18:11:49 +0300
committerIgor Ryzhov <iryzhov@nfware.com>2021-11-15 18:16:30 +0300
commit3e51a84a22fba27d0c6ca3be2ac19055f75e5f89 (patch)
tree24ca40948212e46d228de6dbf6b7f28222d79678 /lib/bfd.c
parentde48804c01e077a54b4a46221c433c33abc4e334 (diff)
lib: rename bfd function to reflect real functionality
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'lib/bfd.c')
-rw-r--r--lib/bfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bfd.c b/lib/bfd.c
index 5b62d9ea24..dea39d2e2b 100644
--- a/lib/bfd.c
+++ b/lib/bfd.c
@@ -801,7 +801,7 @@ void bfd_sess_show(struct vty *vty, struct json_object *json,
*
* Use this as `zclient` `bfd_dest_replay` callback.
*/
-int zclient_bfd_session_reply(ZAPI_CALLBACK_ARGS)
+int zclient_bfd_session_replay(ZAPI_CALLBACK_ARGS)
{
struct bfd_session_params *bsp;