14 lines
556 B
Plaintext
14 lines
556 B
Plaintext
$OpenBSD: patch-ospfd_ospf_abr_h,v 1.1 2002/07/17 21:57:23 mickey Exp $
|
|
--- ospfd/ospf_abr.h.orig Sat Jul 6 03:36:57 2002
|
|
+++ ospfd/ospf_abr.h Wed Jul 17 17:50:35 2002
|
|
@@ -72,7 +72,8 @@ int ospf_area_range_substitute_set (stru
|
|
struct prefix_ipv4 *);
|
|
int ospf_area_range_substitute_unset (struct ospf *, struct in_addr,
|
|
struct prefix_ipv4 *);
|
|
-
|
|
+struct ospf_area_range *ospf_area_range_match_any (struct ospf *,
|
|
+ struct prefix_ipv4 *);
|
|
int ospf_area_range_active (struct ospf_area_range *);
|
|
int ospf_act_bb_connection ();
|
|
|