]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_bfd.h
lib: enforce vrf_name_to_id by returning default_vrf when name is null
[mirror_frr.git] / ospf6d / ospf6_bfd.h
index 913f7dcf442005351f3692fc09a36f313ffc3c6e..19dff1ff7c4e7ffe6219a4a3021e796f1604ed06 100644 (file)
 #ifndef OSPF6_BFD_H
 #define OSPF6_BFD_H
 
-extern void
-ospf6_bfd_init(void);
+extern void ospf6_bfd_init(void);
 
-extern void
-ospf6_bfd_trigger_event(struct ospf6_neighbor *nbr, int old_state, int state);
+extern void 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_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_nbr_create(struct ospf6_interface *oi,
+                                     struct ospf6_neighbor *on);
 
-extern void
-ospf6_bfd_info_free(void **bfd_info);
+extern void ospf6_bfd_info_free(void **bfd_info);
 
-extern void
-ospf6_bfd_show_info(struct vty *vty, void *bfd_info, int param_only);
+extern void ospf6_bfd_show_info(struct vty *vty, void *bfd_info,
+                               int param_only);
 
-extern void
-ospf6_bfd_reg_dereg_nbr (struct ospf6_neighbor *on, int command);
+extern void ospf6_bfd_reg_dereg_nbr(struct ospf6_neighbor *on, int command);
 #endif /* OSPF6_BFD_H */