1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Area work and router LSA starts when interface goes up.

This commit is contained in:
Ondrej Filip
2000-02-24 00:26:10 +00:00
parent ea28da044a
commit ab56f6b16f
5 changed files with 43 additions and 1 deletions

View File

@@ -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;