diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-27 17:36:02 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-27 17:36:02 +0200 |
commit | 4bd28fb68e6e691aee87cec41f219224e2dd69dc (patch) | |
tree | b485b6d7b0fcc7cab2ce1fa3d0bd4d80a1053fcf /proto/ospf/topology.h | |
parent | e8085abaa76c32bb325e378dfe2851bc98602c1e (diff) | |
download | bird-4bd28fb68e6e691aee87cec41f219224e2dd69dc.tar bird-4bd28fb68e6e691aee87cec41f219224e2dd69dc.zip |
Better shutdown. (Flush my own router LSA and send 1WAY to every neighbor.)
Ext LSA originating and flushing added.
Diffstat (limited to 'proto/ospf/topology.h')
-rw-r--r-- | proto/ospf/topology.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h index 92b7143..23620b8 100644 --- a/proto/ospf/topology.h +++ b/proto/ospf/topology.h @@ -49,5 +49,6 @@ void addifa_rtlsa(struct ospf_iface *ifa); void originate_rt_lsa(struct ospf_area *oa,struct proto_ospf *po); void originate_net_lsa(struct ospf_iface *ifa,struct proto_ospf *po); int can_flush_lsa(struct ospf_area *oa); +void originate_ext_lsa(net *n, rte *e, struct proto_ospf *po); #endif /* _BIRD_OSPF_TOPOLOGY_H_ */ |