summaryrefslogtreecommitdiff
path: root/proto/ospf/lsupd.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-02 09:53:26 +0000
committerOndrej Filip <feela@network.cz>2000-06-02 09:53:26 +0000
commit489f800b45d6d2d1a1fc9b371a015563cea9722d (patch)
tree89b5f5d891a5b446caff1167d3adc042ab9a966f /proto/ospf/lsupd.c
parent75317ab8e522b5dceb87b204e09d8ad919ac8558 (diff)
Speedup loading process.
Diffstat (limited to 'proto/ospf/lsupd.c')
-rw-r--r--proto/ospf/lsupd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c
index 18d0369b..768b837f 100644
--- a/proto/ospf/lsupd.c
+++ b/proto/ospf/lsupd.c
@@ -460,6 +460,10 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p,
ospf_lsupd_tx_list(n, &l);
}
}
+ if(n->state==NEIGHBOR_LOADING)
+ {
+ ospf_lsreq_tx(n); /* Send me another part of database */
+ }
}
void