diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-11-15 18:11:49 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-11-15 18:16:30 +0300 |
| commit | 3e51a84a22fba27d0c6ca3be2ac19055f75e5f89 (patch) | |
| tree | 24ca40948212e46d228de6dbf6b7f28222d79678 /lib/bfd.c | |
| parent | de48804c01e077a54b4a46221c433c33abc4e334 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
