summaryrefslogtreecommitdiffstats
path: root/proto/ospf/topology.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-27 17:36:02 +0200
committerOndrej Filip <feela@network.cz>2000-05-27 17:36:02 +0200
commit4bd28fb68e6e691aee87cec41f219224e2dd69dc (patch)
treeb485b6d7b0fcc7cab2ce1fa3d0bd4d80a1053fcf /proto/ospf/topology.c
parente8085abaa76c32bb325e378dfe2851bc98602c1e (diff)
downloadbird-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.c')
-rw-r--r--proto/ospf/topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c
index c02b0b7..f54c63b 100644
--- a/proto/ospf/topology.c
+++ b/proto/ospf/topology.c
@@ -350,7 +350,7 @@ originate_ext_lsa_body(net *n, rte *e, struct proto_ospf *po)
}
void
-originate_ext_lsa(net *n, rte *e, u16 *len, struct proto_ospf *po)
+originate_ext_lsa(net *n, rte *e, struct proto_ospf *po)
{
struct ospf_lsa_header lsa;
u32 rtid=po->proto.cf->global->router_id;