diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-27 15:36:02 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-27 15:36:02 +0000 |
commit | 4bd28fb68e6e691aee87cec41f219224e2dd69dc (patch) | |
tree | b485b6d7b0fcc7cab2ce1fa3d0bd4d80a1053fcf /proto/ospf/lsupd.h | |
parent | e8085abaa76c32bb325e378dfe2851bc98602c1e (diff) |
Better shutdown. (Flush my own router LSA and send 1WAY to every neighbor.)
Ext LSA originating and flushing added.
Diffstat (limited to 'proto/ospf/lsupd.h')
-rw-r--r-- | proto/ospf/lsupd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/ospf/lsupd.h b/proto/ospf/lsupd.h index a03ed8c5..56368bab 100644 --- a/proto/ospf/lsupd.h +++ b/proto/ospf/lsupd.h @@ -16,5 +16,8 @@ void ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p, int flood_lsa(struct ospf_neighbor *n, struct ospf_lsa_header *hn, struct ospf_lsa_header *hh, struct proto_ospf *po, struct ospf_iface *iff, struct ospf_area *oa); +void net_flush_lsa(struct top_hash_entry *en, struct proto_ospf *po, + struct ospf_area *oa); + #endif /* _BIRD_OSPF_LSUPD_H_ */ |