summaryrefslogtreecommitdiff
path: root/staticd/static_routes.h
diff options
context:
space:
mode:
Diffstat (limited to 'staticd/static_routes.h')
-rw-r--r--staticd/static_routes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/staticd/static_routes.h b/staticd/static_routes.h
index 7082e8959d..2332cfd2bf 100644
--- a/staticd/static_routes.h
+++ b/staticd/static_routes.h
@@ -244,6 +244,8 @@ extern void static_next_hop_bfd_multi_hop(struct static_nexthop *sn, bool mhop);
/** Call this function after zebra client initialization. */
extern void static_bfd_initialize(struct zclient *zc, struct thread_master *tm);
+extern void static_bfd_show(struct vty *vty, bool isjson);
+
#ifdef __cplusplus
}
#endif