From 570f7598ebf2e2107ac9976d4d9def22072c5b02 Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 25 Jan 2003 06:47:41 +0000 Subject: Paul Jakma: [zebra 17352] ospf network matching (aka need for peer /32 for PtP) change behaviour of network area N statement wrt to PtP. --- ospfd/ospfd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ospfd/ospfd.h') diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h index a83231b2..a46a7931 100644 --- a/ospfd/ospfd.h +++ b/ospfd/ospfd.h @@ -511,6 +511,7 @@ struct ospf *ospf_get (); void ospf_finish (struct ospf *); int ospf_router_id_update_timer (struct thread *); void ospf_router_id_update (); +int ospf_network_match_iface (struct connected *, struct prefix *); int ospf_network_set (struct ospf *, struct prefix_ipv4 *, struct in_addr); int ospf_network_unset (struct ospf *, struct prefix_ipv4 *, struct in_addr); int ospf_area_stub_set (struct ospf *, struct in_addr); -- cgit v1.2.1