diff options
Diffstat (limited to 'ospf6d/ospf6_bfd.h')
-rw-r--r-- | ospf6d/ospf6_bfd.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ospf6d/ospf6_bfd.h b/ospf6d/ospf6_bfd.h index eaaf15785..11b13d66f 100644 --- a/ospf6d/ospf6_bfd.h +++ b/ospf6d/ospf6_bfd.h @@ -33,4 +33,14 @@ ospf6_bfd_trigger_event(struct ospf6_neighbor *nbr, int old_state, int state); extern void ospf6_bfd_write_config(struct vty *vty, struct ospf6_interface *oi); +extern void +ospf6_bfd_info_nbr_create (struct ospf6_interface *oi, + struct ospf6_neighbor *on); + +extern void +ospf6_bfd_info_free(void **bfd_info); + +extern void +ospf6_bfd_show_info(struct vty *vty, void *bfd_info, int param_only); + #endif /* OSPF6_BFD_H */ |