]> 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 9c3b57aa247b54fba4224f61875434f1fdccd754..19dff1ff7c4e7ffe6219a4a3021e796f1604ed06 100644 (file)
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with GNU Zebra; see the file COPYING.  If not, write to the Free
- * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; see the file COPYING; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #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 */