summaryrefslogtreecommitdiffstats
path: root/proto/ospf/topology.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-02-24 01:26:10 +0100
committerOndrej Filip <feela@network.cz>2000-02-24 01:26:10 +0100
commitab56f6b16fd9401565a066122be3231dccd24fb6 (patch)
tree4c48d05245a41d912511857db02f058d8371fbf6 /proto/ospf/topology.h
parentea28da044af9a35407724ba091d9a823c1cfe7e7 (diff)
downloadbird-ab56f6b16fd9401565a066122be3231dccd24fb6.tar
bird-ab56f6b16fd9401565a066122be3231dccd24fb6.zip
Area work and router LSA starts when interface goes up.
Diffstat (limited to 'proto/ospf/topology.h')
-rw-r--r--proto/ospf/topology.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h
index f102851..ec0704c 100644
--- a/proto/ospf/topology.h
+++ b/proto/ospf/topology.h
@@ -36,6 +36,7 @@ void ospf_top_dump(struct top_graph *);
struct top_hash_entry *ospf_hash_find(struct top_graph *, u32 lsa, u32 rtr, u32 type);
struct top_hash_entry *ospf_hash_get(struct top_graph *, u32 lsa, u32 rtr, u32 type);
void ospf_hash_delete(struct top_graph *, struct top_hash_entry *);
+void addifa_rtlsa(struct ospf_iface *ifa);
struct top_graph_rtlsa {
u8 Vbit;