]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_bfd.h
Support of BFD status in Quagga
[mirror_frr.git] / ospf6d / ospf6_bfd.h
index eaaf157852d0d426865148cdb1de210089e5086d..11b13d66fb9db085fbb61c3ebf09566cd6b843d9 100644 (file)
@@ -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 */