diff options
author | paul <paul> | 2003-01-25 07:47:41 +0100 |
---|---|---|
committer | paul <paul> | 2003-01-25 07:47:41 +0100 |
commit | 570f7598ebf2e2107ac9976d4d9def22072c5b02 (patch) | |
tree | bc8a497e0310d53bd30342f8899758ba1162afb3 /ospfd/ospfd.h | |
parent | Replace _SC_PAGESIZE with the far more portable getpagesize(). (diff) | |
download | frr-570f7598ebf2e2107ac9976d4d9def22072c5b02.tar.xz frr-570f7598ebf2e2107ac9976d4d9def22072c5b02.zip |
Paul Jakma:
[zebra 17352] ospf network matching (aka need for peer /32 for PtP)
change behaviour of network <prefix> area N statement wrt to PtP.
Diffstat (limited to 'ospfd/ospfd.h')
-rw-r--r-- | ospfd/ospfd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h index a83231b2c..a46a79311 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); |