$OpenBSD: patch-ospfd_ospf_interface_h,v 1.1 2002/07/17 21:57:23 mickey Exp $ --- ospfd/ospf_interface.h.orig Sat Jul 6 03:36:57 2002 +++ ospfd/ospf_interface.h Wed Jul 17 17:50:35 2002 @@ -200,6 +200,8 @@ void ospf_if_cleanup (struct ospf_interf void ospf_if_free (struct ospf_interface *); int ospf_if_up (struct ospf_interface *); int ospf_if_down (struct ospf_interface *); + +int ospf_if_is_up (struct ospf_interface *); struct ospf_interface *ospf_if_lookup_by_name (char *); struct ospf_interface *ospf_if_lookup_by_local_addr (struct interface *, struct in_addr); struct ospf_interface *ospf_if_lookup_by_prefix (struct prefix_ipv4 *);