diff options
| author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2021-03-24 09:40:46 -0300 |
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2023-01-13 15:32:12 -0300 |
| commit | d8c78a8db541868e709d56b715d08be94cf6be59 (patch) | |
| tree | a1fdcf85f39a9f5a1de5badc666eaf3432d554be /staticd/static_routes.h | |
| parent | e4c3da43cef0a20231bf63d0cf9b49be3d5b4df8 (diff) | |
staticd: add command to show monitored routes
Add command to visualize all monitored routes and their state.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'staticd/static_routes.h')
| -rw-r--r-- | staticd/static_routes.h | 2 |
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 |
